We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85edf89 commit 83e3584Copy full SHA for 83e3584
compass_conversions/nodelets/compass_transformer.cpp
@@ -29,7 +29,7 @@
29
#include <sensor_msgs/msg/imu.hpp>
30
#include <sensor_msgs/msg/nav_sat_fix.hpp>
31
#include <std_msgs/msg/int32.hpp>
32
-#include <tf2/exceptions.h>
+#include <tf2/exceptions.hpp>
33
#include <tf2_ros/create_timer_ros.h>
34
#include <tf2_ros/message_filter.h>
35
#include <tf2_ros/transform_listener.h>
compass_conversions/test/test_tf2_compass_msgs.cpp
@@ -19,7 +19,7 @@
19
#include <cras_cpp_common/string_utils.hpp>
20
#include <cras_cpp_common/time_utils.hpp>
21
#include <geometry_msgs/msg/transform_stamped.hpp>
22
-#include <tf2/convert.h>
+#include <tf2/convert.hpp>
23
24
using Az = compass_interfaces::msg::Azimuth;
25
0 commit comments