vision_msgs in stag_detect CMakelists.txt and use default C++ instead of C++11 #24
Workflow file for this run
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: ROS Noetic | |
on: | |
push: | |
branches: | |
- noetic-devel | |
paths-ignore: | |
- README.md | |
- '*/README.md' | |
pull_request: | |
branches: | |
- noetic-devel | |
paths-ignore: | |
- README.md | |
- '*/README.md' | |
jobs: | |
Build-and-Test: | |
runs-on: ubuntu-latest | |
container: | |
image: ubuntu:focal | |
steps: | |
- uses: ros-tooling/[email protected] | |
with: | |
required-ros-distributions: noetic | |
- uses: ros-tooling/[email protected] | |
with: | |
package-name: fiducials | |
target-ros1-distro: noetic |