Skip to content

Commit

Permalink
Update deps in pkg xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Jul 7, 2024
1 parent c14dd69 commit 9836287
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 17 deletions.
11 changes: 6 additions & 5 deletions ros2_grasp_service/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
<license>Apache-2.0</license>

<depend>generate_parameter_library</depend>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>
<depend>control_msgs</depend>
<depend>rclpy</depend>
<depend>action_msgs</depend>
<depend>trajectory_msgs</depend>
<depend>builtin_interfaces</depend>
<depend>time</depend>

<export>
<build_type>ament_python</build_type>
Expand Down
6 changes: 2 additions & 4 deletions ros2_grasp_service_demo/manipulator_simulation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
<maintainer email="[email protected]">Wiktor Bajor</maintainer>
<license>Apache License 2.0</license>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>
<depend>gazebo_ros_pkgs</depend>
<depend>gazebo_ros2_control</depend>

<export>
<build_type>ament_python</build_type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<maintainer email="[email protected]">Wiktor Bajor</maintainer>
<license>Apache License 2.0</license>

<depend>xacro</depend>
<depend>robot_state_publisher</depend>
<depend>ros2_grasp_service</depend>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
<maintainer email="[email protected]">Wiktor Bajor</maintainer>
<license>Apache License 2.0</license>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>
<depend>xacro</depend>
<depend>robot_state_publisher</depend>
<depend>ros2_control</depend>
<exec_depend>joint_state_broadcaster</exec_depend>
<exec_depend>joint_trajectory_controller</exec_depend>
<exec_depend>position_controllers</exec_depend>

<export>
<build_type>ament_python</build_type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
<maintainer email="[email protected]">Wiktor Bajor</maintainer>
<license>Apache License 2.0</license>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>
<depend>xacro</depend>
<depend>robot_state_publisher</depend>

<export>
<build_type>ament_python</build_type>
Expand Down

0 comments on commit 9836287

Please sign in to comment.