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
tinyRobot2
to find an alternate route instead of continuously attempting to pass throughtinyRobot1
sincetinyRobot1
is performingteleop
action. 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
tinyRobot2
finds another path? Any relevant parameters or approaches I should look into?Steps to reproduce:
Send
tinyRobot2
topatrol_D1
with below script:ros2 run rmf_demos_tasks dispatch_patrol -F tinyRobot -R tinyRobot2 -p patrol_D1 --use_sim_time
Send
tinyRobot1
topatrol_A1
to perform teleop with below script:ros2 run rmf_demos_tasks dispatch_action -F tinyRobot -R tinyRobot1 -a teleop -s patrol_A1 --use_sim_time
Once
tinyRobot1
start performing teleop action onpatrol_A1
, sendtinyRobot2
tocoe
:ros2 run rmf_demos_tasks dispatch_patrol -F tinyRobot -R tinyRobot2 -p coe --use_sim_time
Screencast.from.04-20-2025.09.30.40.PM.webm
Beta Was this translation helpful? Give feedback.
All reactions