Skip to content

Merge branch 'main' of github.com:Hydran00/aruco_camera_pose_estimator #10

Merge branch 'main' of github.com:Hydran00/aruco_camera_pose_estimator

Merge branch 'main' of github.com:Hydran00/aruco_camera_pose_estimator #10

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