Skip to content

Add the initial AxisCamera class with all ROS parameters defined in a… #815

Add the initial AxisCamera class with all ROS parameters defined in a…

Add the initial AxisCamera class with all ROS parameters defined in a… #815

Workflow file for this run

name: clearpath_config_ci
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *" # every day at midnight
jobs:
build_and_test:
name: humble
strategy:
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: testing}
- {ROS_DISTRO: humble, ROS_REPO: main}
fail-fast: false
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}