Replies: 1 comment 2 replies
-
Yes, in fact I recommend always using docking procedures for getting in and out of a lift.
Yes, and this is recommended, but there's an annoying catch: You need to have a waypoint specifically dedicated to being the lift exit waypoint. The lift exit waypoint can only have one uni-directional lane connecting to it from the lift waypoint, but it can have any number of uni-directional lanes leaving it towards other waypoints. Give that lift exit waypoint the dock name that you want to use for exiting the lift. |
Beta Was this translation helpful? Give feedback.
-
Due to the lift dimension, a MiR robot shall not perform rotation while inside a lift, and it shall only perform reverse when exiting the lift.
how can the above be achieved using python based fleet adapter?
if we have the in_lift API on the waypoint, we can skip the rotation while the robot is inside lift.
for entering, is it possible to use docking ? there'll markers installed inside the lift.
for exiting by reversing, is it possible to set
dock_name
the waypoint outside the lift, and when the fleet adapter receives the dock command, it will send relative move command to the robot.Beta Was this translation helpful? Give feedback.
All reactions