Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sdformat_urdf #11

Merged
merged 2 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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