Skip to content

Commit

Permalink
Add sdformat_urdf (#11)
Browse files Browse the repository at this point in the history
* Add sdformat_urdf and deps

* Update readme
  • Loading branch information
christophfroehlich authored Oct 30, 2024
1 parent 27703a1 commit 3df8d5d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# ros2_debian

The purpose of this repository is to provide docker images for building ros2_control on debian.
They are automatically built and pushed to https://github.com/ros-controls/ros2_rhel/pkgs/container/ros

To manually build them, you can use the following commands:
```bash
docker build -t ros2_debian11_humble . -f Dockerfile.debian11 --build-arg ROS_DISTRO=humble
docker build -t ros2_debian11_iron . -f Dockerfile.debian11 --build-arg ROS_DISTRO=iron
docker build -t ros2_debian12_jazzy . -f Dockerfile.debian12 --build-arg ROS_DISTRO=jazzy
docker build -t ros2_debian12_rolling . -f Dockerfile.debian12 --build-arg ROS_DISTRO=rolling
```
14 changes: 13 additions & 1 deletion ros-controls.jazzy.repos
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,16 @@ repositories:
ackermann_msgs:
type: git
url: https://github.com/ros-drivers/ackermann_msgs.git
version: ros2
version: ros2
sdformat_urdf:
type: git
url: https://github.com/ros/sdformat_urdf.git
version: jazzy
gazebo-release/sdformat_vendor:
type: git
url: https://github.com/gazebo-release/sdformat_vendor.git
version: jazzy
gazebo-release/gz_tools_vendor:
type: git
url: https://github.com/gazebo-release/gz_tools_vendor.git
version: jazzy
14 changes: 13 additions & 1 deletion ros-controls.rolling.repos
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,16 @@ repositories:
ackermann_msgs:
type: git
url: https://github.com/ros-drivers/ackermann_msgs.git
version: ros2
version: ros2
sdformat_urdf:
type: git
url: https://github.com/ros/sdformat_urdf.git
version: rolling
gazebo-release/sdformat_vendor:
type: git
url: https://github.com/gazebo-release/sdformat_vendor.git
version: rolling
gazebo-release/gz_tools_vendor:
type: git
url: https://github.com/gazebo-release/gz_tools_vendor.git
version: rolling

0 comments on commit 3df8d5d

Please sign in to comment.