We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850c588 commit dad4a2bCopy full SHA for dad4a2b
.circleci/config.yml
@@ -234,10 +234,10 @@ _commands:
234
name: Test Workspace | << parameters.workspace >>
235
working_directory: << parameters.workspace >>
236
command: |
237
- # Start zenohd daemon only if using rmw_zenoh_cpp
238
- if [ "$RMW_IMPLEMENTATION" = "rmw_zenoh_cpp" ]; then
+ # Start zenohd daemon only if using rmw_zenoh_cpp
+ if [ "$RMW_IMPLEMENTATION" = "rmw_zenoh_cpp" ]; then
239
ros2 run rmw_zenoh_cpp rmw_zenohd &
240
- fi
+ fi
241
TEST_UNPASSED=$(
242
colcon list \
243
--names-only \
0 commit comments