Skip to content
Snippets Groups Projects
Commit 11d1ef29 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Reindent madgwickahrs

parent 45ed5bdb
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ namespace dynamicgraph
/* --- DG FACTORY ---------------------------------------------------- */
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(MadgwickAHRS,
"MadgwickAHRS");
"MadgwickAHRS");
/* ------------------------------------------------------------------- */
/* --- CONSTRUCTION -------------------------------------------------- */
......@@ -52,7 +52,7 @@ namespace dynamicgraph
, CONSTRUCT_SIGNAL_IN( accelerometer, dynamicgraph::Vector)
, CONSTRUCT_SIGNAL_IN( gyroscope, dynamicgraph::Vector)
, CONSTRUCT_SIGNAL_OUT(imu_quat, dynamicgraph::Vector, m_gyroscopeSIN
<< m_accelerometerSIN)
<< m_accelerometerSIN)
, m_initSucceeded(false)
, m_beta(betaDef)
, m_q0(1.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment