Skip to content

Commit

Permalink
Create Jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydran00 authored Jul 8, 2024
1 parent 1cb03fd commit 778d15b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/Jazzy
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Jazzy CI

on:
push:
branches:
- main

jobs:
humble_source:
runs-on: ubuntu-24.04
steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: jazzy
# OpenCV
- run: sudo apt install -y libgtk2.0-dev pkg-config libopencv-dev -y
- uses: ros-tooling/[email protected]
with:
package-name: calibration_srv
target-ros2-distro: jazzy
- uses: ros-tooling/[email protected]
with:
package-name: aruco_camera_pose_estimator
target-ros2-distro: jazzy

0 comments on commit 778d15b

Please sign in to comment.