launch2/turbopi_ros.launch.py: Launch delayed v4l2_camera_node #8
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: CI | |
on: | |
push: | |
branches: [ main ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
- name: Run the build process inside Docker container | |
uses: addnab/docker-run-action@v3 | |
with: | |
image: ospreyrobotics/docker-ros2-iron-gz-rviz2:latest | |
options: -v ${{ github.workspace }}:/opt/ros_ws/src/turbopi_ros | |
run: | | |
. /opt/ros/iron/setup.sh | |
cd /opt/ros_ws/ | |
colcon build --symlink-install --packages-select turbopi_ros |