Skip to content

Merge pull request #13 from openads-project/update/dev-environment #62

Merge pull request #13 from openads-project/update/dev-environment

Merge pull request #13 from openads-project/update/dev-environment #62

Workflow file for this run

name: docker-ros
on:
push:
branches:
- main
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
branches:
- main
workflow_dispatch:
jobs:
docker-ros:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/docker-ros@main
with:
platform: amd64
target: dev,run
base-image: rwthika/ros2:jazzy
rmw-implementation: rmw_zenoh_cpp
command: ros2 launch trajectory_optimization trajectory_optimization.launch.py
enable-industrial-ci: true
env:
TARGET_CMAKE_ARGS: -DCMAKE_EXPORT_COMPILE_COMMANDS=1