Skip to content

Commit 33e9616

Browse files
lukicdarkooTimple
andauthored
Add missing dependency to TurtleBot3 Burger (#228)
* Update package.xml * Update package.xml * Update ros2control.yml * Update package.xml * Update webots_ros2_turtlebot/package.xml Co-authored-by: Tim Clephas <[email protected]> Co-authored-by: Tim Clephas <[email protected]>
1 parent 5504363 commit 33e9616

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

webots_ros2_turtlebot/package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@
1313

1414
<exec_depend>rclpy</exec_depend>
1515
<exec_depend>builtin_interfaces</exec_depend>
16+
<exec_depend>webots_ros2_core</exec_depend>
1617
<exec_depend>webots_ros2_driver</exec_depend>
1718
<exec_depend>webots_ros2_control</exec_depend>
19+
<exec_depend>diff_drive_controller</exec_depend>
20+
<exec_depend>joint_state_broadcaster</exec_depend>
1821

1922
<!-- These test dependencies are optional
2023
Their purpose is to make sure that the code passes the linters -->

webots_ros2_turtlebot/resource/ros2control.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ controller_manager:
55
diffdrive_controller:
66
type: diff_drive_controller/DiffDriveController
77

8-
joint_state_controller:
9-
type: joint_state_controller/JointStateController
8+
joint_state_broadcaster:
9+
type: joint_state_broadcaster/JointStateBroadcaster
1010

1111
diffdrive_controller:
1212
ros__parameters:

0 commit comments

Comments
 (0)