Skip to content

Commit

Permalink
workflow added cv-bridge dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydran00 committed Jul 8, 2024
1 parent 1a2b79e commit fba1284
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/humble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
with:
required-ros-distributions: humble
# OpenCV
- run: sudo apt install -y libgtk2.0-dev pkg-config libopencv-dev -y
- 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
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
with:
required-ros-distributions: jazzy
# OpenCV
- run: sudo apt install -y libgtk2.0-dev pkg-config libopencv-dev -y
- run: sudo apt install libopencv-dev -y
# CVBridge
- run: sudo apt install ros-jazzy-cv-bridge -y
- uses: ros-tooling/[email protected]
with:
package-name: calibration_srv
Expand Down

0 comments on commit fba1284

Please sign in to comment.