Waiting time between two stations for the delivery robot #503
Replies: 1 comment 10 replies
-
Hello! For this use case, you can take advantage of RMF's custom task feature to get your robot to move to the intended waypoints, then wait there indefinitely until it receives a signal to move off. We have a similar implementation available on This is a 2-step implementation. For example, if you name your custom action 1. Write the logic for your From this callback, upon checking that the There are a couple of ways to end the action.
2. Design a task that contains the following phases:
You are definitely welcome to rearrange these phases as you like. Hope this helps, let me know if you have further questions. |
Beta Was this translation helpful? Give feedback.
-
Hello. When a task message is sent in the Open RMF system, I want a robot that first goes to point a and then to point b to wait for a while after reaching point a, and especially for this robot that comes to point a, to go specifically to point b. The reason for this is that the product loaded on the robot arriving at point a must go from point a to point b. Which task message should I use to achieve this? The robot going to point A must wait for a while to load the load before the robot goes to point B. How can I perform this hold?
Beta Was this translation helpful? Give feedback.
All reactions