Skip to content

add finder for 2d checkerboard (#155) #139

add finder for 2d checkerboard (#155)

add finder for 2d checkerboard (#155) #139

name: CI
on:
push:
branches: [ ros1 ]
pull_request:
branches: [ ros1 ]
jobs:
industrial_ci:
strategy:
matrix:
env:
- {ROS_DISTRO: melodic, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}