Make footprint topic relative in collision monitor to allow using with namespace #215
Workflow file for this run
This file contains hidden or 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_ci | |
| on: [push, pull_request] | |
| jobs: | |
| turtlebot4_jazzy_ci: | |
| name: Jazzy | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: actions/checkout@v2.3.4 | |
| - uses: ros-tooling/setup-ros@v0.7 | |
| with: | |
| required-ros-distributions: jazzy | |
| use-ros2-testing: true | |
| - uses: ros-tooling/action-ros-ci@v0.3 | |
| id: action_ros_ci_step | |
| with: | |
| target-ros2-distro: jazzy | |
| import-token: ${{ secrets.GITHUB_TOKEN }} | |
| package-name: | |
| turtlebot4_description | |
| turtlebot4_msgs | |
| turtlebot4_navigation | |
| turtlebot4_node |