Replies: 2 comments 8 replies
-
Before the robot will attempt to enter the lift, it must see three conditions in incoming lift state messages:
If the robot is prematurely attempting to enter the lift, you may want to check if your lift states are misreporting this information. Another factor is that the fleet adapter might misunderstand where the robot is currently located because you've sent it somewhere that doesn't match the command given by RMF. Immediately before you call |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi, when my lift has arrived on the robot boarding floor, my robot starts attempting to board the lift. However, I manually cancel the lift and sent it off. In a message callback from my lift adapter, I then send my robot back to the lift lobby to wait for the same lift to come again.
This is the piece of code i am using to send it back to lift lobby.
After the robot goes back to the lift lobby, it attempts to enter the lift again even though the lif has not arrived yet.
Am i doing it the right way?
Beta Was this translation helpful? Give feedback.
All reactions