Decreasing the FPS for Basler cams to 59Hz, due to their innate unsta… #106
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_package_build | |
on: | |
push: | |
branches: [ master ] | |
paths-ignore: | |
- '**/README.md' | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
uses: ctu-mrs/ci_scripts/.github/workflows/ros_package_build.yml@master | |
secrets: | |
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }} |