Skip to content

Commit 83e3584

Browse files
committed
Fixed build on Rolling.
1 parent 85edf89 commit 83e3584

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compass_conversions/nodelets/compass_transformer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <sensor_msgs/msg/imu.hpp>
3030
#include <sensor_msgs/msg/nav_sat_fix.hpp>
3131
#include <std_msgs/msg/int32.hpp>
32-
#include <tf2/exceptions.h>
32+
#include <tf2/exceptions.hpp>
3333
#include <tf2_ros/create_timer_ros.h>
3434
#include <tf2_ros/message_filter.h>
3535
#include <tf2_ros/transform_listener.h>

compass_conversions/test/test_tf2_compass_msgs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <cras_cpp_common/string_utils.hpp>
2020
#include <cras_cpp_common/time_utils.hpp>
2121
#include <geometry_msgs/msg/transform_stamped.hpp>
22-
#include <tf2/convert.h>
22+
#include <tf2/convert.hpp>
2323

2424
using Az = compass_interfaces::msg::Azimuth;
2525

0 commit comments

Comments
 (0)