Skip to content

Commit

Permalink
Add missing dependency for ex4+ex5
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jul 24, 2024
1 parent 0255b02 commit c29af5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example_4/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<depend>rclcpp_lifecycle</depend>

<exec_depend>controller_manager</exec_depend>
<exec_depend>force_torque_sensor_broadcaster</exec_depend>
<exec_depend>forward_command_controller</exec_depend>
<exec_depend>joint_state_broadcaster</exec_depend>
<exec_depend>joint_state_publisher_gui</exec_depend>
Expand Down
1 change: 1 addition & 0 deletions example_5/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<depend>rclcpp_lifecycle</depend>

<exec_depend>controller_manager</exec_depend>
<exec_depend>force_torque_sensor_broadcaster</exec_depend>
<exec_depend>forward_command_controller</exec_depend>
<exec_depend>joint_state_broadcaster</exec_depend>
<exec_depend>joint_state_publisher_gui</exec_depend>
Expand Down

0 comments on commit c29af5b

Please sign in to comment.