Skip to content

Commit 847dc27

Browse files
committed
fix tf2 deprecation
fix tf2 deprecation
1 parent 8ff8cf3 commit 847dc27

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

include/rviz_visual_tools/tf_visual_tools.hpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,8 @@
4545
// Eigen
4646
#include <Eigen/Geometry>
4747

48-
#include <tf2_ros/transform_broadcaster.h>
48+
#include <tf2_ros/transform_broadcaster.hpp>
4949

50-
// namespace tf2_ros
51-
// {
52-
// class StaticTransformBroadcaster;
53-
// };
5450

5551
namespace rviz_visual_tools
5652
{

0 commit comments

Comments
 (0)