Skip to content

Commit 18e5f1d

Browse files
authored
Add dependencies required to build ros2_control_demos
1 parent e81b224 commit 18e5f1d

File tree

5 files changed

+20
-3
lines changed

5 files changed

+20
-3
lines changed

vinca_linux_64.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ packages_select_by_deps:
126126
- realsense2-description
127127
- webots_ros2
128128

129+
# ros2_control
130+
- gazebo-ros2-control
131+
129132
# Modern gz-sim integration
130133
- ros-gz
131134
- libg2o

vinca_linux_aarch64.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ packages_select_by_deps:
8585
# - control_toolbox
8686
# - ros1_bridge
8787

88+
# ros2_control
89+
- gazebo-ros2-control
90+
8891
# Modern gz-sim integration
8992
- ros-gz
9093

vinca_osx.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ packages_select_by_deps:
8181
- gazebo_dev
8282
- gazebo_ros
8383
- gazebo_plugins
84-
- gazebo_ros2_control
8584
- gazebo_ros_pkgs
8685

8786
- turtlebot3_gazebo
@@ -91,6 +90,11 @@ packages_select_by_deps:
9190
- apriltag
9291
- apriltag_ros
9392

93+
# ros2_control
94+
- gazebo_ros2_control
95+
- ros2_control
96+
- ros2_controllers
97+
9498
# Modern gz-sim integration
9599
- ros-gz
96100

vinca_osx_arm64.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ packages_select_by_deps:
7272
- plotjuggler-ros
7373
- plotjuggler
7474

75-
- ros2_control
76-
- ros2_controllers
7775
- ament_cmake_catch2
7876

7977
- apriltag
@@ -83,6 +81,11 @@ packages_select_by_deps:
8381
- sbg_driver
8482
- ackermann-msgs
8583

84+
# ros2_control
85+
- ros2_control
86+
- ros2_controllers
87+
- gazebo-ros2-control
88+
8689
# Modern gz-sim integration
8790
- ros-gz
8891

vinca_win.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ packages_select_by_deps:
5757
# - ament_cmake_catch2
5858
# - nav2-mppi-controller
5959

60+
# ros2_control
61+
- gazebo_ros2_control
62+
63+
6064
# PREVIOUSLY SUPPORTED PACKAGES, CURRENTLY BROKEN
6165
# Currently has upstream issues with git LFS
6266
# - moveit

0 commit comments

Comments
 (0)