-
Like to clarify in a scenario where a fleet adapter does not create a client to the rmf_fleet_msgs::srv::LiftClearance service, the lift will not wait for any DECISION_CLEAR or DECISION_CROWDED response when a LiftRequests is sent from the particular the fleet adapter. Is this understanding correct? The fleet adapter would be deployed in an RMF instance with a running experimental_lift_watchdog node, alongside another fleet adapter where integration to the lift watchdog is enabled. related PR osrf/rmf_core#295 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Right, if the fleet adapter isn't configured to create the |
Beta Was this translation helpful? Give feedback.
Right, if the fleet adapter isn't configured to create the
LiftClearance
client, then there's no way for it to receive aDECISION_CLEAR
orDECISION_CROWDED
response from anyLiftClearance
service, so it will just go ahead and enter the lift without checking whether it's clear.