Replies: 1 comment 5 replies
-
This is a known limitation and has been discussed extensively in this discussion #162 (comment) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
RMF release: 22.09
Steps to replicate:
supplies
as shownsupplies
andcoe
reversible
toFalse
.ros2 launch rmf_demos_gz_classic office.launch.xml
tinyRobot1
tosupplies
:ros2 run rmf_demos_tasks dispatch_patrol -p supplies -F tinyRobot -R tinyRobot1 --use_sim_time
tinyRobot1
is reachingsupplies
, sendtinyRobot2
tosupplies
:ros2 run rmf_demos_tasks dispatch_patrol -p supplies -F tinyRobot -R tinyRobot2 --use_sim_time
tinyRobot2
is on the lane between pos_A (see pic) andsupplies
, sendtinyRobot1
topantry
:ros2 run rmf_demos_tasks dispatch_patrol -p pantry -F tinyRobot -R tinyRobot1 --use_sim_time
Observation:
The two robots were not able to recover from conflict.
Beta Was this translation helpful? Give feedback.
All reactions