The packages in the gz_ros2_control
repository were released into the iron
distro by running /usr/bin/bloom-release --rosdistro iron --track iron gz_ros2_control -e
on Mon, 17 Jul 2023 08:50:12 -0000
These packages were released:
gz_ros2_control
gz_ros2_control_demos
gz_ros2_control_tests
Version of package(s) in repository gz_ros2_control
:
- upstream repository: https://github.com/ros-controls/gz_ros2_control/
- release repository: unknown
- rosdistro version:
null
- old version:
null
- new version:
1.1.1-1
Versions of tools used:
- bloom version:
0.11.2
- catkin_pkg version:
0.5.2
- rosdep version:
0.22.2
- rosdistro version:
0.9.0
- vcstools version:
0.1.42
ROS2 Distro | Build Status | Package build |
---|---|---|
This is a ROS 2 package for integrating the ros2_control
controller architecture with the Gazebo simulator.
More information about ros2_control
can be found here: https://control.ros.org/
This package provides a Gazebo-Sim system plugin which instantiates a ros2_control
controller manager and connects it to a Gazebo model.
ROS version | Gazebo version | Branch | Binaries hosted at |
---|---|---|---|
Foxy | Citadel | foxy | https://packages.ros.org |
Foxy | Edifice | foxy | only from source |
Galactic | Edifice | galactic | https://packages.ros.org |
Galactic | Fortress | galactic | only from source |
Humble | Fortress | ros2 | https://packages.ros.org |
Rolling | Edifice | ros2 | only from source |
Rolling | Fortress | ros2 | https://packages.ros.org |
Rolling | Garden (not released) | ros2 | only from source |
ROS 2 Distro | Branch | Build status | Documentation |
---|---|---|---|
Rolling | master |
Documentation API Reference |
|
Iron | master |
Documentation API Reference |
|
Humble | humble |
Documentation API Reference |
See the documentation file or control.ros.org
If you want compile this from source, you should choose the Gazebo version. The default one is garden
:
export GZ_VERSION=fortress
export GZ_VERSION=garden
Then create a workspace, clone the repo and compile it:
mkdir -p ~/gz_ros2_control_ws/src
cd ~/gz_ros2_control_ws/src
git clone https://github.com/ros-controls/gz_ros2_control
rosdep install -r --from-paths . --ignore-src --rosdistro $ROS_DISTRO -y
cd ~/gz_ros2_control_ws
colcon build