File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 3939 - name : Test - Unit Tests
4040 run : . ./install/setup.bash && RMW_IMPLEMENTATION=rmw_cyclonedds_cpp /ros_entrypoint.sh colcon test --packages-select nexus_motion_planner --event-handlers=console_direct+
4141 - name : Test - Integration test
42- run : . ./install/setup.bash && cd nexus_demos && RMW_IMPLEMENTATION=rmw_zenoh_cpp /ros_entrypoint.sh python3 -m unittest
42+ run : |
43+ . ./install/setup.bash
44+ cd nexus_demos
45+ RMW_IMPLEMENTATION=rmw_zenoh_cpp /ros_entrypoint.sh python3 -m unittest \
46+ test_invalid_place_on_conveyor.py \
47+ test_parallel_duplicated_wo.py \
48+ test_parallel_wo.py \
49+ test_pick_and_place.py
50+ - name : Test - Integration test with RMF
51+ run : |
52+ . ./install/setup.bash
53+ cd nexus_demos
54+ RMW_IMPLEMENTATION=rmw_zenoh_cpp /ros_entrypoint.sh python3 -m unittest \
55+ test_pick_and_place_rmf.py
You can’t perform that action at this time.
0 commit comments