Skip to content
Snippets Groups Projects
Commit 71724a4d authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add one #include

parent 0e9ad3b6
No related branches found
No related tags found
1 merge request!144Imu improvements
#include "processor_imu.h" #include "processor_imu.h"
#include "imu_tools.h"
namespace wolf { namespace wolf {
......
...@@ -106,6 +106,7 @@ class ProcessorIMU : public ProcessorMotion{ ...@@ -106,6 +106,7 @@ class ProcessorIMU : public ProcessorMotion{
#include "constraint_imu.h" #include "constraint_imu.h"
#include "state_block.h" #include "state_block.h"
#include "rotations.h" #include "rotations.h"
#include "imu_tools.h"
namespace wolf{ namespace wolf{
......
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