Skip to content

workflow added cv-bridge dep #8

workflow added cv-bridge dep

workflow added cv-bridge dep #8

Workflow file for this run

name: Humble CI
on:
push:
branches:
- main
jobs:
humble_source:
runs-on: ubuntu-22.04
steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
# OpenCV
- run: sudo apt install libopencv-dev -y
# CVBridge
- run: sudo apt install ros-humble-cv-bridge -y
- uses: ros-tooling/[email protected]
with:
package-name: calibration_srv
target-ros2-distro: humble
- uses: ros-tooling/[email protected]
with:
package-name: aruco_camera_pose_estimator_cpp
target-ros2-distro: humble