Skip to content

Fix node name in config.yaml (#11) #36

Fix node name in config.yaml (#11)

Fix node name in config.yaml (#11) #36

Workflow file for this run

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