Skip to content

Commit

Permalink
commented out node launch files that produce errors, added ros source…
Browse files Browse the repository at this point in the history
… to verify nodes in CI
  • Loading branch information
KiraYang3 committed Jan 23, 2025
1 parent 8353458 commit 3cb0bfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Verify nodes
run: |
source /opt/ros/humble/setup.bash
EXPECTED_NODES="/rov/ROV_main /rov/thrust_control /rov/thrust_to_spi"
NODE_LIST=$(ros2 node list)
for NODE in $EXPECTED_NODES; do
Expand Down
6 changes: 3 additions & 3 deletions rov_launch/launch/core_launch.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
launch:
- include:
file: $(find-pkg-share thrust_control)/launch/thrust_control_launch.yaml
file: $(find-pkg-share sensors)/launch/sensors_launch.yaml
file: $(find-pkg-share tools)/launch/tools_launch.yaml
file: $(find-pkg-share videos)/launch/videos_launch.yaml
#file: $(find-pkg-share sensors)/launch/sensors_launch.yaml
#file: $(find-pkg-share tools)/launch/tools_launch.yaml
#file: $(find-pkg-share videos)/launch/videos_launch.yaml

0 comments on commit 3cb0bfb

Please sign in to comment.