Skip to content

Commit e7fbc32

Browse files
authored
fix deprecated tf2 header (#361) (#363)
1 parent a5f7c6c commit e7fbc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control_toolbox/src/control_filters/gravity_compensation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#include "geometry_msgs/msg/vector3_stamped.hpp"
1818
#include "geometry_msgs/msg/wrench_stamped.hpp"
19-
#include "tf2/LinearMath/Vector3.h"
19+
#include "tf2/LinearMath/Vector3.hpp"
2020
#include "tf2_geometry_msgs/tf2_geometry_msgs.hpp"
2121

2222
namespace control_filters

0 commit comments

Comments
 (0)