Replies: 2 comments 3 replies
-
The 10 second delay is a last resort retry if it seems that your integration code is not responding to the last command it was given. The assumption is that such a long delay means the integration code has a bug that has caused it to lose track of the previous command entirely. If you have a specific reason that you want RMF to issue a new plan or a new path command to your robot then you can trigger |
Beta Was this translation helpful? Give feedback.
-
The value given to |
Beta Was this translation helpful? Give feedback.
-
Hi @mxgrey
Please consider the following scenario:
I have two robots A and B in the fleet
In this case, the next follow_new_path will come after about 10 seconds. I wonder why RMF will delay so long time to send next command. Is the 10-seconds value configurable?
In addition, could you please explain how max_delay affects the traffic plan?
max_delay # allowed seconds of delay of the current itinerary before it gets interrupted and replanned
In fact, I change its value as 5, 10 ,15 respectively, it seems there is no difference.
Thanks
Stella
Beta Was this translation helpful? Give feedback.
All reactions