Fix the OakD launch so camera topics are properly namespaced when usi… #180
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: turtlebot4_robot_ci | |
on: [push, pull_request] | |
jobs: | |
turtlebot4_jazzy_ci: | |
name: Jazzy | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/[email protected] | |
- uses: ros-tooling/[email protected] | |
with: | |
required-ros-distributions: jazzy | |
use-ros2-testing: true | |
- uses: ros-tooling/[email protected] | |
id: action_ros_ci_step | |
with: | |
target-ros2-distro: jazzy | |
import-token: ${{ secrets.GITHUB_TOKEN }} | |
vcs-repo-file-url: dependencies.repos | |
package-name: | |
turtlebot4_bringup | |
turtlebot4_diagnostics | |
turtlebot4_base | |
turtlebot4_tests |