amsl_origin and utm_origin now correctly use altitude from RTK instead of GNSS #13
This file contains 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: ros_build_test | |
on: | |
push: | |
branches: [ devel ] | |
paths-ignore: | |
- '**/README.md' | |
- 'test/**' | |
pull_request: | |
branches: [ master ] | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
uses: ctu-mrs/ci_scripts/.github/workflows/ros_build_test.yml@master | |
secrets: | |
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }} |