Skip to content

Commit 72e52c5

Browse files
committed
fix for foxy ref ros-drivers#20 (comment)
1 parent a9db176 commit 72e52c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/vrpn_client_ros/vrpn_client_ros.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
#include "tf2/LinearMath/Quaternion.h"
4141
#include <tf2/LinearMath/Transform.h>
4242
#include "tf2/LinearMath/Matrix3x3.h"
43-
#include "tf2_geometry_msgs/tf2_geometry_msgs.hpp"
43+
#include "tf2_geometry_msgs/tf2_geometry_msgs.h"
4444
#include "tf2_ros/transform_broadcaster.h"
45-
#include "tf2_kdl/tf2_kdl.hpp"
45+
#include "tf2_kdl/tf2_kdl.h"
4646

4747
#include "geometry_msgs/msg/pose_stamped.hpp"
4848
#include "geometry_msgs/msg/twist_stamped.hpp"

0 commit comments

Comments
 (0)