Skip to content

Commit

Permalink
[robotiq_description] fix ros dependencies (#25)
Browse files Browse the repository at this point in the history
update package.xml ros dependencies

- remove serial
- add missing exec dependencies
- update robotiq_driver rosdeps

Signed-off-by: Alex Moriarty <alex.moriarty@picknik.ai>

---------

Signed-off-by: Alex Moriarty <alex.moriarty@picknik.ai>
  • Loading branch information
moriarty authored Jun 16, 2023
1 parent 58eda4b commit 39df060
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion robotiq_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<depend>serial</depend>
<exec_depend>joint_state_publisher_gui</exec_depend>
<exec_depend>launch</exec_depend>
<exec_depend>launch_ros</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>rviz2</exec_depend>
<exec_depend>urdf</exec_depend>
<exec_depend>xacro</exec_depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down
3 changes: 3 additions & 0 deletions robotiq_driver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<depend>rclcpp_lifecycle</depend>
<depend>serial</depend>

<exec_depend>gripper_controllers</exec_depend>
<exec_depend>joint_state_broadcaster</exec_depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>

Expand Down

0 comments on commit 39df060

Please sign in to comment.