Skip to content

Commit 79c13f3

Browse files
Merge pull request #158 from traversaro/fixroscontrolsdemos
Add packages required to build ros2_control_demos
2 parents e81b224 + 1b3cb86 commit 79c13f3

File tree

6 files changed

+22
-130
lines changed

6 files changed

+22
-130
lines changed

patch/ros-humble-controller-manager.patch

Lines changed: 0 additions & 127 deletions
This file was deleted.

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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ packages_select_by_deps:
4242
- ros_environment
4343
- ros_base
4444
- rmw_cyclonedds_cpp
45+
- xacro
46+
- gazebo-ros
4547
# - navigation2
4648
# - desktop
4749
# - cv_bridge
@@ -57,6 +59,10 @@ packages_select_by_deps:
5759
# - ament_cmake_catch2
5860
# - nav2-mppi-controller
5961

62+
# ros2_control
63+
- gazebo-ros2-control
64+
- ros2-controllers-test-nodes
65+
6066
# PREVIOUSLY SUPPORTED PACKAGES, CURRENTLY BROKEN
6167
# Currently has upstream issues with git LFS
6268
# - moveit

0 commit comments

Comments
 (0)