Retrieve new aruco parameters on next image callback (#43) #47
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: CI-Humble | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- humble | |
pull_request: | |
branches: | |
- humble | |
env: | |
ROS_DISTRO: humble | |
jobs: | |
industrial_ci: | |
runs-on: ubuntu-20.04 | |
strategy: | |
matrix: | |
ROS_REPO: [testing, main] | |
env: | |
ROS_REPO: ${{ matrix.ROS_REPO }} | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v3 | |
- name: Source tests | |
uses: "ros-industrial/industrial_ci@master" | |