File tree Expand file tree Collapse file tree 4 files changed +2
-3
lines changed
include/robot_calibration/finders Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2323
2424#include < rclcpp/rclcpp.hpp>
2525#include < robot_calibration_msgs/msg/calibration_data.hpp>
26+ // Including this before buffer.h as a workaround for missing symbols
27+ #include < tf2_geometry_msgs/tf2_geometry_msgs.hpp>
2628#include < tf2_ros/buffer.h>
2729
2830namespace robot_calibration
Original file line number Diff line number Diff line change 2424#include < robot_calibration/finders/plane_finder.hpp>
2525#include < robot_calibration/util/eigen_geometry.hpp>
2626#include < sensor_msgs/point_cloud2_iterator.hpp>
27- #include < tf2_geometry_msgs/tf2_geometry_msgs.hpp>
2827
2928static const rclcpp::Logger LOGGER = rclcpp::get_logger(" plane_finder" );
3029
Original file line number Diff line number Diff line change 2121#include < math.h>
2222#include < robot_calibration/finders/robot_finder.hpp>
2323#include < sensor_msgs/point_cloud2_iterator.hpp>
24- #include < tf2_geometry_msgs/tf2_geometry_msgs.hpp>
2524
2625static const rclcpp::Logger LOGGER = rclcpp::get_logger(" robot_finder" );
2726
Original file line number Diff line number Diff line change 2121#include < math.h>
2222#include < robot_calibration/finders/scan_finder.hpp>
2323#include < sensor_msgs/point_cloud2_iterator.hpp>
24- #include < tf2_geometry_msgs/tf2_geometry_msgs.hpp>
2524
2625static const rclcpp::Logger LOGGER = rclcpp::get_logger(" scan_finder" );
2726
You can’t perform that action at this time.
0 commit comments