Skip to content

Commit

Permalink
Switched to just the .hpp file rather than the weird double directory…
Browse files Browse the repository at this point in the history
… include
  • Loading branch information
tmayoff committed Jul 17, 2024
1 parent b19a591 commit d0d0cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/robot_body_filter/utils/tf2_sensor_msgs.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <unordered_map>
#include <tf2_ros/buffer.h>
#include <tf2_sensor_msgs/tf2_sensor_msgs/tf2_sensor_msgs.hpp>
#include <tf2_sensor_msgs/tf2_sensor_msgs.hpp>

namespace robot_body_filter
{
Expand Down
2 changes: 1 addition & 1 deletion src/RobotBodyFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <pcl_conversions/pcl_conversions.h>
#include <tf2/LinearMath/Transform.h>
#include <tf2_sensor_msgs/tf2_sensor_msgs/tf2_sensor_msgs.hpp>
#include <tf2_sensor_msgs/tf2_sensor_msgs.hpp>
#include <tf2_eigen/tf2_eigen.hpp>

#include <robot_body_filter/utils/bodies.h>
Expand Down

0 comments on commit d0d0cf3

Please sign in to comment.