feat: use rviz_2d_overlay_plugins package for OverlayObject class (#29) #17
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: build-and-test | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| build-and-test: | |
| uses: ./.github/workflows/build-and-test-reusable.yaml | |
| with: | |
| runner: "['self-hosted', 'Linux', 'X64']" | |
| container: ghcr.io/autowarefoundation/autoware:universe-devel | |
| concurrency-group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: false | |
| pull-ccache: true | |
| push-ccache: true | |
| codecov-flag: total | |
| secrets: | |
| codecov-token: ${{ secrets.CODECOV_TOKEN }} |