Use new solver SQP_WITH_FEASIBLE_QP #77
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |