File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ubuntu:22.04
2
2
3
3
ENV DEBIAN_FRONTEND noninteractive
4
4
ENV IGNITION_VERSION fortress
5
- ENV ROS_DISTRO rolling
5
+ ENV ROS_DISTRO humble
6
6
7
7
# Make sure everything is up to date before building from source
8
8
RUN apt-get update \
Original file line number Diff line number Diff line change 2
2
3
3
ROS2 Distro | Build Status | Package build |
4
4
:---------: | :----: | :----------: |
5
- [ ![ Licence] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) | [ ![ Build Status] ( http://build.ros2.org/buildStatus/icon?job=Gdev__ign_ros2_control__ubuntu_focal_amd64 )] ( http://build.ros2.org/job/Gdev__ign_ros2_control__ubuntu_focal_amd64 ) | [ ![ Build Status] ( http://build.ros2.org/buildStatus/icon?job=Gbin_uF64__ign_ros2_control__ubuntu_focal_amd64__binary )] ( http://build.ros2.org/job/Gbin_uF64__ign_ros2_control__ubuntu_focal_amd64__binary ) |
5
+ [ ![ Licence] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) | [ ![ Build Status] ( http://build.ros2.org/buildStatus/icon?job=Hdev__gz_ros2_control__ubuntu_focal_amd64 )] ( http://build.ros2.org/job/Hdev__gz_ros2_control__ubuntu_focal_amd64 ) | [ ![ Build Status] ( http://build.ros2.org/buildStatus/icon?job=Hbin_uF64__gz_ros2_control__ubuntu_focal_amd64__binary )] ( http://build.ros2.org/job/Hbin_uF64__gz_ros2_control__ubuntu_focal_amd64__binary ) |
6
6
7
7
This is a ROS 2 package for integrating the ` ros2_control ` controller architecture with the [ Ignition Gazebo] ( http://ignitionrobotics.org/ ) simulator.
8
8
More information about ` ros2_control ` can be found here: https://control.ros.org/
@@ -11,7 +11,7 @@ This package provides an Ignition Gazebo system plugin which instantiates a `ros
11
11
12
12
[ ![ Build Status] ( https://github.com/ros-controls/gz_ros2_control/actions/workflows/ci.yaml/badge.svg?branch=galactic )] ( https://github.com/ros-controls/gz_ros2_control/actions/workflows/ci.yaml )
13
13
14
- ROS version | Ignition version | Branch | Binaries hosted at
14
+ ROS version | Gazebo version | Branch | Binaries hosted at
15
15
-- | -- | -- | --
16
16
Foxy | Citadel | [ foxy] ( https://github.com/ros-controls/gz_ros2_control/tree/foxy ) | https://packages.ros.org
17
17
Foxy | Edifice | [ foxy] ( https://github.com/ros-controls/gz_ros2_control/tree/foxy ) | only from source
Original file line number Diff line number Diff line change @@ -956,7 +956,6 @@ hardware_interface::return_type IgnitionSystem::write(
956
956
*jointEffortCmd = ignition::gazebo::components::JointForceCmd (
957
957
{this ->dataPtr ->joints_ [i].joint_effort_cmd });
958
958
}
959
- }
960
959
}
961
960
962
961
// set values of all mimic joints with respect to mimicked joint
You can’t perform that action at this time.
0 commit comments