Skip to content

Commit

Permalink
Removed deprecated headers from geometry2 (#141)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored Feb 8, 2024
1 parent 5425ed0 commit 157b312
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ros2_ouster/include/ros2_ouster/conversions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@
#include "sensor_msgs/msg/imu.hpp"
#include "sensor_msgs/msg/laser_scan.hpp"
#include "tf2/LinearMath/Transform.h"
#ifdef TF2_CPP_HEADERS
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
#else
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
#endif
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>

#include "ouster_msgs/msg/metadata.hpp"

Expand Down

0 comments on commit 157b312

Please sign in to comment.