Skip to content

pi3hat hardware interface #99

pi3hat hardware interface

pi3hat hardware interface #99

Workflow file for this run

name: Build ROS 2 package
on:
# Run this action whenever a pull request is made
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/[email protected]
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- uses: ros-tooling/[email protected]
with:
package-name: meldog_logger
target-ros2-distro: humble
skip-tests: true
- uses: ros-tooling/[email protected]
with:
package-name: meldog_bridge
target-ros2-distro: humble
skip-tests: true