Skip to content

Use new solver SQP_WITH_FEASIBLE_QP #77

Use new solver SQP_WITH_FEASIBLE_QP

Use new solver SQP_WITH_FEASIBLE_QP #77

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