Expected behavior of other robots when one is performing teleop action #290
Unanswered
piliwilliam0306
asked this question in
Q&A
Replies: 1 comment
-
|
Could you please help to clarify? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue:
I expect
tinyRobot2to find an alternate route instead of continuously attempting to pass throughtinyRobot1sincetinyRobot1is performingteleopaction. However, it seems to get stuck trying to go through the occupied path.Question:
Is there a way to tune open-rmf or its configuration to encourage rerouting or dynamic replanning in this situation so
tinyRobot2finds another path? Any relevant parameters or approaches I should look into?Steps to reproduce:
Send
tinyRobot2topatrol_D1with below script:ros2 run rmf_demos_tasks dispatch_patrol -F tinyRobot -R tinyRobot2 -p patrol_D1 --use_sim_timeSend
tinyRobot1topatrol_A1to perform teleop with below script:ros2 run rmf_demos_tasks dispatch_action -F tinyRobot -R tinyRobot1 -a teleop -s patrol_A1 --use_sim_timeOnce
tinyRobot1start performing teleop action onpatrol_A1, sendtinyRobot2tocoe:ros2 run rmf_demos_tasks dispatch_patrol -F tinyRobot -R tinyRobot2 -p coe --use_sim_timeScreencast.from.04-20-2025.09.30.40.PM.webm
Beta Was this translation helpful? Give feedback.
All reactions