Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/ros-humble-robot-state-publisher.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
tests:
# Regression test for https://github.com/RoboStack/ros-humble/issues/274
- script:
- if: osx and arm64
then: export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp && launch_test robot_state_publisher_smoke_test_launch.py
- if: osx
then: export ROS_LOCALHOST_ONLY=1 RMW_IMPLEMENTATION=rmw_cyclonedds_cpp && launch_test robot_state_publisher_smoke_test_launch.py
else: launch_test robot_state_publisher_smoke_test_launch.py
requirements:
run:
Expand Down
Loading