Skip to content

Commit

Permalink
Merge branch 'main' into fix-moveit
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Mar 22, 2024
2 parents 019053a + 0878b64 commit dac43a0
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 130 deletions.
127 changes: 0 additions & 127 deletions patch/ros-humble-controller-manager.patch

This file was deleted.

4 changes: 4 additions & 0 deletions vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ packages_select_by_deps:
- ament_cmake_catch2
- apriltag
- apriltag_ros
- marker-msgs
# - moveit
# - moveit-ros-perception
# - moveit-runtime
Expand All @@ -125,6 +126,9 @@ packages_select_by_deps:
- realsense2-description
- webots_ros2

# ros2_control
- gazebo-ros2-control

# Modern gz-sim integration
- ros-gz
- libg2o
Expand Down
3 changes: 3 additions & 0 deletions vinca_linux_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ packages_select_by_deps:
# - control_toolbox
# - ros1_bridge

# ros2_control
- gazebo-ros2-control

# Modern gz-sim integration
- ros-gz

Expand Down
6 changes: 5 additions & 1 deletion vinca_osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ packages_select_by_deps:
- gazebo_dev
- gazebo_ros
- gazebo_plugins
- gazebo_ros2_control
- gazebo_ros_pkgs

- turtlebot3_gazebo
Expand All @@ -91,6 +90,11 @@ packages_select_by_deps:
- apriltag
- apriltag_ros

# ros2_control
- gazebo_ros2_control
- ros2_control
- ros2_controllers

# Modern gz-sim integration
- ros-gz

Expand Down
7 changes: 5 additions & 2 deletions vinca_osx_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ packages_select_by_deps:
- plotjuggler-ros
- plotjuggler

- ros2_control
- ros2_controllers
- ament_cmake_catch2

- apriltag
Expand All @@ -83,6 +81,11 @@ packages_select_by_deps:
- sbg_driver
- ackermann-msgs

# ros2_control
- ros2_control
- ros2_controllers
- gazebo-ros2-control

# Modern gz-sim integration
- ros-gz

Expand Down
9 changes: 9 additions & 0 deletions vinca_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ packages_select_by_deps:
- ros_base
- rmw_cyclonedds_cpp
- moveit
- xacro
- gazebo-ros
# - navigation2
# - desktop
# - cv_bridge
Expand All @@ -58,6 +60,13 @@ packages_select_by_deps:
# - ament_cmake_catch2
# - nav2-mppi-controller

# ros2_control
- gazebo-ros2-control
- ros2-controllers-test-nodes
- joint-state-publisher-gui

# PREVIOUSLY SUPPORTED PACKAGES, CURRENTLY BROKEN
# Currently has upstream issues with git LFS
# Broken for now until we migrate to newer gazebo
# - desktop_full

Expand Down

0 comments on commit dac43a0

Please sign in to comment.