Skip to content

Commit

Permalink
install rmw_zenoh_cpp in ros2 images
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Dec 11, 2024
1 parent d839021 commit cc0055c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ros2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ jobs:
uses: jenseng/dynamic-uses@v1
with:
uses: ika-rwth-aachen/docker-ros@${{ github.event.inputs.docker-ros-git-ref }}
with: '{ "base-image": "rwthika/ros2:jazzy", "command": "ros2 topic list", "platform": "amd64", "target": "dev,run", "build-context": "ros2", "image-tag": "ros2", "enable-industrial-ci": "true"}'
with: '{ "base-image": "rwthika/ros2:jazzy", "rmw-implementation": "rmw_zenoh_cpp", "command": "ros2 topic list", "platform": "amd64", "target": "dev,run", "build-context": "ros2", "image-tag": "ros2", "enable-industrial-ci": "true"}'

- name: docker-ros
if: ${{ github.event_name == 'push' }}
uses: ika-rwth-aachen/docker-ros@main
with:
base-image: rwthika/ros2:jazzy
rmw-implementation: rmw_zenoh_cpp
command: ros2 topic list
platform: amd64
target: dev,run
Expand All @@ -42,21 +43,22 @@ jobs:
strategy:
matrix:
target: [dev, run]
platform: [amd64, arm64]
platform: [amd64, arm64]
steps:

- name: docker-ros
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: jenseng/dynamic-uses@v1
with:
uses: ika-rwth-aachen/docker-ros@${{ github.event.inputs.docker-ros-git-ref }}
with: '{ "base-image": "rwthika/ros2:jazzy", "command": "ros2 topic list", "platform": "${{ matrix.platform }}", "target": "${{ matrix.target }}", "build-context": "ros2", "image-tag": "ros2", "enable-industrial-ci": "true", "enable-singlearch-push": "true"}'
with: '{ "base-image": "rwthika/ros2:jazzy", "rmw-implementation": "rmw_zenoh_cpp", "command": "ros2 topic list", "platform": "${{ matrix.platform }}", "target": "${{ matrix.target }}", "build-context": "ros2", "image-tag": "ros2", "enable-industrial-ci": "true", "enable-singlearch-push": "true"}'

- name: docker-ros
if: ${{ github.event_name == 'push' }}
uses: ika-rwth-aachen/docker-ros@main
with:
base-image: rwthika/ros2:jazzy
rmw-implementation: rmw_zenoh_cpp
command: ros2 topic list
platform: ${{ matrix.platform }}
target: ${{ matrix.target }}
Expand Down

0 comments on commit cc0055c

Please sign in to comment.