Fix node name in config.yaml (#11) #36
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: rolling build | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
workflow_dispatch: | |
jobs: | |
rolling_build: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: cancle preivious run | |
uses: styfle/[email protected] | |
with: | |
access_token: ${{ github.token }} | |
- name: setup ROS2 | |
uses: ros-tooling/[email protected] | |
with: | |
required-ros-distributions: rolling | |
- name: ROS2 build and test | |
uses: ros-tooling/[email protected] | |
with: | |
package-name: vrpn_mocap | |
target-ros2-distro: rolling |