docs: Update README to reflect new OpenCV version dependency #23
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: Build and Test - Humble | |
on: | |
pull_request: | |
branches: [ master ] | |
push: | |
branches: [ master ] | |
jobs: | |
build: | |
name: Build and Test on ROS2 Humble | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checking out | |
uses: actions/checkout@v2.3.4 | |
- name: Building and testing on ROS2 Humble | |
uses: ichiro-its/ros2-ci@v1.0.0 | |
with: | |
apt-packages: libssh-dev libopencv-dev ros-humble-cv-bridge | |
pip-packages: torch torchvision torchaudio ultralytics | |
ros2-distro: humble |