Posted by @cwrx777:
Hi,
How can the cart pickup and dropoff as shown in the video be implemented in RMF?
In my approach, I have created waypoints as shown below:
For pickup, send a go to task the robot to the pickup waypoint (e.g.
name
: pickup_03
with dock_name
: pickup_03
). When the robot has reached the waypoint before the pickup waypoint, the fleet adapter will be issued with a dock
command with a dock_name
. In the MiR fleet adapter, the command that is sent to MiR is a mission that contains dock
and latch
action. The dock
action will trigger the robot to search for the cart base profile and perform docking, and the latch
action will make the robot top module latch the two metal pins to the cart base One of the parameters to the dock
action, is pickup_03
, which is the target shelf position to dock into. (in MiR. there needs to be a shelf position
named pickup_03
).
And as I went through traffic-editor documentation, I noticed there is workcell and a pickup_dispenser
and delivery_ingestor
, and there is a sample demo to test it.
Is using pickup_dispenser
and dropoff_ingestor
the right approach for my scenario and how can I use them in MiR fleet adapter?