Skip to content

Commit 465f699

Browse files
committed
Add tf2 series as dependency in package xml of turtlebot3_follower
Signed-off-by: Hyungyu Kim <[email protected]>
1 parent 9efd42f commit 465f699

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

turtlebot3_follower/package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<depend>nav2_msgs</depend>
1818
<depend>rclcpp</depend>
1919
<depend>std_msgs</depend>
20+
<depend>tf2</depend>
21+
<depend>tf2_geometry_msgs</depend>
22+
<depend>tf2_ros</depend>
2023
<export>
2124
<build_type>ament_cmake</build_type>
2225
</export>

0 commit comments

Comments
 (0)