Skip to content

Commit

Permalink
Minor header fixes (#266)
Browse files Browse the repository at this point in the history
* Use fuse_macros.h instead of deprecated macros.h
* Add missed header
* Sort headers
  • Loading branch information
efernandez authored Jul 5, 2023
1 parent 05812c3 commit 1069e3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuse_constraints/test/test_marginalize_variables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include <fuse_core/constraint.h>
#include <fuse_core/eigen.h>
#include <fuse_core/eigen_gtest.h>
#include <fuse_core/macros.h>
#include <fuse_core/fuse_macros.h>
#include <fuse_core/serialization.h>
#include <fuse_core/uuid.h>
#include <fuse_core/variable.h>
Expand Down
3 changes: 2 additions & 1 deletion fuse_models/include/fuse_models/imu_2d.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@
#ifndef FUSE_MODELS_IMU_2D_H
#define FUSE_MODELS_IMU_2D_H

#include <fuse_models/parameters/imu_2d_params.h>
#include <fuse_core/throttled_callback.h>
#include <fuse_models/parameters/imu_2d_params.h>

#include <fuse_core/async_sensor_model.h>
#include <fuse_core/uuid.h>

#include <geometry_msgs/PoseWithCovarianceStamped.h>
#include <geometry_msgs/TwistWithCovarianceStamped.h>
#include <ros/ros.h>
#include <sensor_msgs/Imu.h>
#include <tf2_ros/buffer.h>
Expand Down

0 comments on commit 1069e3e

Please sign in to comment.