Why is the task of crossing floors and reaching the end point of go_to.place not completed (#484)

Posted by @DDDWY:

I’m developing a demo using easy_fleet_adapter, and the scenario I’m currently testing involves crossing floors. For example, I move from “charge1” on L1 to “l2_bay_99” on L2. However, “l2_bay_99” is not set as “is_parking_spot=true.” When I reach the destination, I notice that the task remains in the standby state. Below is the data retrieved from the task state API call (http://localhost:8000/tasks/direct_c9b8e8e7-a082-427c-8f1b-a0c450d754b1/state):
{ "booking": { "id": "direct_c9b8e8e7-a082-427c-8f1b-a0c450d754b1", "unix_millis_earliest_start_time": 1718888721084, "unix_millis_request_time": null, "priority": null, "labels": null, "requester": null }, "category": "go_to_place", "detail": {}, "unix_millis_start_time": 1718888722648, "unix_millis_finish_time": 1718888988345, "original_estimate_millis": 0, "estimate_millis": 0, "assigned_to": { "group": "tinyRobot", "name": "c595d399-f240-460f-8bd1-7119c1dad025" }, "status": "standby", "dispatch": null, "phases": { "1": { "id": 1, "category": "Go to [place:l2_bay_99]", "detail": "Moving the robot from [place:charge1] to [place:l2_bay_99]", "unix_millis_start_time": 1718888722633, "unix_millis_finish_time": 1718888988344, "original_estimate_millis": 47626, "estimate_millis": 309, "final_event_id": 0, "events": { "0": { "id": 0, "status": "standby", "name": "Go to [place:l2_bay_99]", "detail": "Moving the robot from [place:charge1] to [place:l2_bay_99]", "deps": [ 26, 27, 25, 33 ] }, "1": { "id": 1, "status": "standby", "name": "Take [lift:Lift1] to [floor:L2]", "detail": {}, "deps": [ 7, 8, 9, 10, 11 ] }, "2": { "id": 2, "status": "completed", "name": "Move to [place:test_4] < 13.8932 -22.4329 0.662802> through 5 points", "detail": {}, "deps": [] }, "3": { "id": 3, "status": "underway", "name": "Lock mutex groups ", "detail": "Waiting for the mutex groups to be locked", "deps": [] }, "4": { "id": 4, "status": "standby", "name": "Move to [place:test_19] <19.3671 -18.16 0.37482> through 3 points", "detail": {}, "deps": [] }, "5": { "id": 5, "status": "standby", "name": "Lock mutex groups ", "detail": "Waiting for the mutex groups to be locked", "deps": [] }, "6": { "id": 6, "status": "standby", "name": "Move to [place:test_20] < 20.5493 -17.6949 0.661105> through 3 points", "detail": {}, "deps": [] }, "7": { "id": 7, "status": "standby", "name": "Requesting lift \"\" to \"\"", "detail": {}, "deps": [] }, "8": { "id": 8, "status": "standby", "name": "Move to [graph-wp:5] < 21.4737 -16.9758 0.661105> through 2 points", "detail": {}, "deps": [] }, "9": { "id": 9, "status": "standby", "name": "Requesting lift \"\" to \"\"", "detail": {}, "deps": [] }, "10": { "id": 10, "status": "standby", "name": "Move to [place:l2_bay_98] < 20.583 -15.9205 2.27179> through 2 points", "detail": {}, "deps": [] }, "11": { "id": 11, "status": "standby", "name": "End session with lift [Lift1]", "detail": {}, "deps": [] }, "12": { "id": 12, "status": "standby", "name": "Move to [place:l2_bay_99] < 19.6793 -16.5028 -2.56915> through 3 points", "detail": {}, "deps": [] }, "13": { "id": 13, "status": "underway", "name": "Take [lift:Lift1] to [floor:L2]", "detail": {}, "deps": [ 19, 20, 21, 22, 23 ] }, "14": { "id": 14, "status": "completed", "name": "Move to [place:test_4] < 13.8932 -22.4329 0.662802> through 3 points", "detail": {}, "deps": [] }, "15": { "id": 15, "status": "completed", "name": "Lock mutex groups ", "detail": "Waiting for the mutex groups to be locked", "deps": [] }, "16": { "id": 16, "status": "completed", "name": "Move to [place:test_19] <19.3671 -18.16 0.37482> through 3 points", "detail": {}, "deps": [] }, "17": { "id": 17, "status": "completed", "name": "Lock mutex groups ", "detail": "Waiting for the mutex groups to be locked", "deps": [] }, "18": { "id": 18, "status": "completed", "name": "Move to [place:test_20] < 20.5493 -17.6949 0.661105> through 3 points", "detail": {}, "deps": [] }, "19": { "id": 19, "status": "underway", "name": "Requesting lift \"\" to \"\"", "detail": {}, "deps": [] }, "20": { "id": 20, "status": "standby", "name": "Move to [graph-wp:5] < 21.4737 -16.9758 0.661105> through 2 points", "detail": {}, "deps": [] }, "21": { "id": 21, "status": "standby", "name": "Requesting lift \"\" to \"\"", "detail": {}, "deps": [] }, "22": { "id": 22, "status": "standby", "name": "Move to [place:l2_bay_98] < 20.583 -15.9205 2.27179> through 2 points", "detail": {}, "deps": [] }, "23": { "id": 23, "status": "standby", "name": "End session with lift [Lift1]", "detail": {}, "deps": [] }, "24": { "id": 24, "status": "standby", "name": "Move to [place:l2_bay_99] < 19.6793 -16.5028 -2.56915> through 3 points", "detail": {}, "deps": [] }, "25": { "id": 25, "status": "standby", "name": "Take [lift:Lift1] to [floor:L2]", "detail": {}, "deps": [ 28, 29, 30, 31, 32 ] }, "26": { "id": 26, "status": "completed", "name": "Lock mutex groups ", "detail": "Waiting for the mutex groups to be locked", "deps": [] }, "27": { "id": 27, "status": "completed", "name": "Move to [place:test_20] < 20.5493 -17.6949 0.661105> through 2 points", "detail": {}, "deps": [] }, "28": { "id": 28, "status": "standby", "name": "Requesting lift \"\" to \"\"", "detail": {}, "deps": [] }, "29": { "id": 29, "status": "completed", "name": "Move to [graph-wp:5] < 21.4737 -16.9758 0.661105> through 2 points", "detail": {}, "deps": [] }, "30": { "id": 30, "status": "completed", "name": "Requesting lift \"\" to \"\"", "detail": {}, "deps": [] }, "31": { "id": 31, "status": "completed", "name": "Move to [place:l2_bay_98] < 20.583 -15.9205 2.27179> through 2 points", "detail": {}, "deps": [] }, "32": { "id": 32, "status": "completed", "name": "End session with lift [Lift1]", "detail": {}, "deps": [] }, "33": { "id": 33, "status": "completed", "name": "Move to [place:l2_bay_99] < 19.6793 -16.5028 -2.56915> through 3 points", "detail": {}, "deps": [] } }, "skip_requests": null } }, "completed": [ 1 ], "active": 1, "pending": [], "interruptions": null, "cancellation": null, "killed": null }

I noticed that when the destination is a point with “is_parking_spot=true”, and the elevator is used to reach the destination, the task can be completed successfully. I’m wondering if this behavior is by design or if there might be an issue with my code. I’ve implemented the lift_adapter and localize methods, and I would appreciate it if you could take a look at my code. This issue has been troubling me for several days now.

class RobotAdapter:
    def __init__(
            self,
            name: str,
            configuration,
            node,
            api: RobotAPI,
            fleet_handle,
            localization_pub
    ):
        self.localization_pub = localization_pub
        self.name = name
        self.execution = None
        self.update_handle = None
        self.configuration = configuration
        self.node = node
        self.api = api
        self.fleet_handle = fleet_handle
        self.cmd_id = None
        self.state = None

    def update(self, state):
        activity_identifier = None
        self.state = state

        if self.execution:
            complete = self.api.is_command_completed(self.cmd_id)
            if complete:
                self.node.get_logger().info(
                    f' robot: {self.name}  execution move {self.cmd_id} complete {complete}')
                self.execution.finished()
                self.execution = None
                self.cmd_id = None
            else:
                activity_identifier = self.execution.identifier

        self.update_handle.update(state, activity_identifier)

    def make_callbacks(self):
        callbacks = rmf_easy.RobotCallbacks(
            lambda destination, execution: self.navigate(
                destination, execution
            ),
            lambda activity: self.stop(activity),
            lambda category, description, execution: self.execute_action(
                category, description, execution
            )
        )
        callbacks.localize = lambda estimate, execution: self.localize(
            estimate, execution
        )
        return callbacks

    def localize(self, estimate, execution):
        self.execution = execution
        self.node.get_logger().info(
            f' localize insideLift {estimate.inside_lift}  机器人: {self.name} 当前地图 {estimate.map} 所在位置 {estimate.position}')
        cmd_id = self.api.localize(self.name, estimate.position, estimate.map)
        self.cmd_id = cmd_id
        self.node.get_logger().info(
            f' cmd_id {self.cmd_id}')

    def navigate(self, destination, execution):
        self.execution = execution
        self.node.get_logger().info(
            f'Commanding [{self.name}] to navigate to {destination.position} '
            f'on map [{destination.map}]'
        )

        response = self.api.navigate(
            self.name,
            destination.position,
            destination.map,
            destination.yaw
        )
        self.node.get_logger().info(f"创建移动指令 生成指令id:: {response['cmd_id']}")
        self.cmd_id = response['cmd_id']

    def stop(self, activity):
        if self.execution is not None:
            if self.execution.identifier.is_same(activity):
                self.execution = None
                self.api.stop(self.name)


It’s important to note that currently, my robot takes about one minute to execute the command for switching maps. Could this delay in the process be causing the task not to complete?

Posted by @DDDWY:

log:

[lift_supervisor-12] [INFO] [1718892760.530397320] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892761.217197250] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892761.227973286] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892761.478069770] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892761.558817795] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892762.215023262] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892762.227370675] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892762.483712233] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892762.535902207] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892763.214738153] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892763.219422236] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892763.487738405] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892763.556114420] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892764.221031604] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[fleet_adapter-19] [INFO] [1718892764.225378848] [tinyRobot_fleet_adapter]: Lift has arrived on floor [L2] and opened its doors for robot [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025]
[lift_supervisor-12] [INFO] [1718892764.230704009] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[fleet_adapter-19] [INFO] [1718892764.232967118] [tinyRobot_command_handle]: localize insideLift None 机器人: c595d399-f240-460f-8bd1-7119c1dad025 当前地图 L2 所在位置 [ 21.44610898 -16.99604971 0.67275221]
[fleet_adapter-19] 2024-06-20 22:12:44.632 | INFO | rmf_demos_fleet_adapter.RobotClientAPI:switch_map:96 - switch_map command send : {‘buildingId’: ‘7d115a59-d1fb-4f8a-bb09-3bc98b5f9310’, ‘coordinates’: [13.273917979112147, 5.827596287913593, 0.0, 0.6727522086429596, 0.0, 0.0, 0.0, 0.0], ‘level’: 9, ‘mapFileDirectory’: ‘sgjqhydds’, ‘id’: ‘f8a206e7-a69c-48c4-8d97-1e6699b3f524’, ‘hubId’: ‘c023a6c4-6747-4118-b42a-78e9bcc5036c’, ‘commandState’: ‘PENDING’, ‘commandType’: ‘RELOCATE’, ‘entityType’: ‘ROBOT’, ‘entityId’: ‘c595d399-f240-460f-8bd1-7119c1dad025’, ‘contexts’: [{‘contextType’: ‘RMF’, ‘context’: ‘c595d399-f240-460f-8bd1-7119c1dad025’, ‘contextState’: None}], ‘parallel’: False, ‘triggerCount’: 1, ‘ephemeral’: False, ‘firstTriggeredTime’: 1718892764566, ‘lastTriggeredTime’: 1718892764566, ‘requestedBy’: ‘0c46cfbb-da73-4c00-948a-538be2ea3231’, ‘createdTime’: 1718892764518, ‘lastModifiedTime’: 1718892764567}
[fleet_adapter-19] [INFO] [1718892764.636212271] [tinyRobot_command_handle]: cmd_id f8a206e7-a69c-48c4-8d97-1e6699b3f524
[lift_supervisor-12] [INFO] [1718892764.659234938] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892764.667244007] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892765.216246715] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892765.219076099] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892765.477061582] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892765.524395476] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892766.219571268] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892766.231484377] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892766.481215027] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892766.525058145] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892767.215965770] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892767.218349976] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892767.493824326] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[cloud_agent-17] 2024-06-20 22:12:47.534 | INFO | rmf_demos_fleet_adapter.cloud_agent:on_message:86 - on_message New command, Command(command_id=‘c0b8eac1-edca-4966-bb26-89d67ba607af’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=None, timestamp=None, meta_data={‘commandId’: ‘c0b8eac1-edca-4966-bb26-89d67ba607af’})
[cloud_agent-17] 2024-06-20 22:12:47.535 | ERROR | rmf_demos_fleet_adapter.cloud_agent:on_message:93 - Received message generate_id is null cmd_data: Command(command_id=‘c0b8eac1-edca-4966-bb26-89d67ba607af’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=None, timestamp=None, meta_data={‘commandId’: ‘c0b8eac1-edca-4966-bb26-89d67ba607af’})
[lift_supervisor-12] [INFO] [1718892767.538514222] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[cloud_agent-17] 2024-06-20 22:12:47.837 | INFO | rmf_demos_fleet_adapter.cloud_agent:on_message:86 - on_message New command, Command(command_id=‘14a4cc78-4bc8-405a-8dce-7ce8a468a3f2’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=‘85f02551-470c-4ea1-a457-c197e757deea’, timestamp=None, meta_data={‘commandId’: ‘14a4cc78-4bc8-405a-8dce-7ce8a468a3f2’})
[cloud_agent-17] 2024-06-20 22:12:47.838 | ERROR | rmf_demos_fleet_adapter.cloud_agent:on_message:93 - Received message generate_id is null cmd_data: Command(command_id=‘14a4cc78-4bc8-405a-8dce-7ce8a468a3f2’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=‘85f02551-470c-4ea1-a457-c197e757deea’, timestamp=None, meta_data={‘commandId’: ‘14a4cc78-4bc8-405a-8dce-7ce8a468a3f2’})
[lift_supervisor-12] [INFO] [1718892768.227885049] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892768.230203209] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892768.478342089] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892768.522458494] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892769.227249625] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892769.231895677] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892769.493821082] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892769.529829414] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892770.214843948] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892770.220193489] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892770.492947821] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892770.539648470] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892771.216567058] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892771.218751574] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892771.481406443] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892771.537381917] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892772.214748206] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892772.235301534] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892772.480949712] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892772.526074022] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[cloud_agent-17] 2024-06-20 22:12:53.069 | INFO | rmf_demos_fleet_adapter.cloud_agent:on_message:86 - on_message New command, Command(command_id=‘b91f4e09-ff67-44b5-a784-4e449a1533b8’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=None, timestamp=None, meta_data={‘commandId’: ‘b91f4e09-ff67-44b5-a784-4e449a1533b8’})
[cloud_agent-17] 2024-06-20 22:12:53.070 | ERROR | rmf_demos_fleet_adapter.cloud_agent:on_message:93 - Received message generate_id is null cmd_data: Command(command_id=‘b91f4e09-ff67-44b5-a784-4e449a1533b8’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=None, timestamp=None, meta_data={‘commandId’: ‘b91f4e09-ff67-44b5-a784-4e449a1533b8’})
[lift_supervisor-12] [INFO] [1718892773.215170249] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892773.227412085] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892773.493531369] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892773.537217106] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892774.215681698] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892774.229233506] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892774.480354041] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892774.530385985] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892775.217851280] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892775.229122087] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892775.487202464] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892775.543118699] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892776.219757050] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892776.223755123] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892776.519080511] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892776.532669810] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892777.217168214] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892777.225345688] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892777.479895365] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892777.525114239] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[cloud_agent-17] 2024-06-20 22:12:57.570 | INFO | rmf_demos_fleet_adapter.cloud_agent:on_message:86 - on_message New command, Command(command_id=‘48f53a93-2659-4cfc-b18e-07953a84c911’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=‘85f02551-470c-4ea1-a457-c197e757deea’, timestamp=None, meta_data={‘commandId’: ‘48f53a93-2659-4cfc-b18e-07953a84c911’})
[cloud_agent-17] 2024-06-20 22:12:57.571 | ERROR | rmf_demos_fleet_adapter.cloud_agent:on_message:93 - Received message generate_id is null cmd_data: Command(command_id=‘48f53a93-2659-4cfc-b18e-07953a84c911’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=‘85f02551-470c-4ea1-a457-c197e757deea’, timestamp=None, meta_data={‘commandId’: ‘48f53a93-2659-4cfc-b18e-07953a84c911’})
[lift_supervisor-12] [INFO] [1718892778.218094981] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892778.230687644] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892778.502148400] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892778.538504293] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892779.230043548] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892779.235528754] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892779.503518137] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892779.527654145] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892780.222459677] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892780.227287964] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892780.484301083] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892780.537745011] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892781.216762286] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892781.244208427] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892781.482128496] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892781.529683485] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892782.214538756] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892782.219026093] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892782.494196945] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892782.527182033] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[cloud_agent-17] 2024-06-20 22:13:02.726 | INFO | rmf_demos_fleet_adapter.cloud_agent:on_message:86 - on_message New command, Command(command_id=‘bfa6f53d-c213-4d3a-9caa-1da6ad71df87’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=None, timestamp=None, meta_data={‘commandId’: ‘bfa6f53d-c213-4d3a-9caa-1da6ad71df87’})
[cloud_agent-17] 2024-06-20 22:13:02.727 | ERROR | rmf_demos_fleet_adapter.cloud_agent:on_message:93 - Received message generate_id is null cmd_data: Command(command_id=‘bfa6f53d-c213-4d3a-9caa-1da6ad71df87’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=None, timestamp=None, meta_data={‘commandId’: ‘bfa6f53d-c213-4d3a-9caa-1da6ad71df87’})
[lift_supervisor-12] [INFO] [1718892783.219309161] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892783.242819522] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892783.479691466] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892783.527605463] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892784.216390278] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892784.222147994] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892784.480541563] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892784.526248415] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892785.220616401] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892785.221729223] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892785.484969065] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892785.529020804] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892786.218859576] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892786.222594450] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892786.476468616] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892786.528779064] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892787.215933716] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892787.223237440] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892787.482534593] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892787.528155619] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[cloud_agent-17] 2024-06-20 22:13:08.189 | INFO | rmf_demos_fleet_adapter.cloud_agent:on_message:86 - on_message New command, Command(command_id=‘56606408-bbdb-49d0-95de-729b88c40c37’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=‘85f02551-470c-4ea1-a457-c197e757deea’, timestamp=None, meta_data={‘commandId’: ‘56606408-bbdb-49d0-95de-729b88c40c37’})
[cloud_agent-17] 2024-06-20 22:13:08.191 | ERROR | rmf_demos_fleet_adapter.cloud_agent:on_message:93 - Received message generate_id is null cmd_data: Command(command_id=‘56606408-bbdb-49d0-95de-729b88c40c37’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=‘85f02551-470c-4ea1-a457-c197e757deea’, timestamp=None, meta_data={‘commandId’: ‘56606408-bbdb-49d0-95de-729b88c40c37’})
[lift_supervisor-12] [INFO] [1718892788.215592658] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892788.234178856] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892788.475771082] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892788.533406514] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892789.214454583] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892789.218787434] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892789.480420446] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892789.526958703] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892790.216520225] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892790.234334806] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892790.478253951] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892790.538226410] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892791.218874857] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892791.224906973] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892791.486298640] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892791.527078881] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892792.216515879] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892792.223075481] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892792.488705339] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892792.527153969] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892793.219654656] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892793.221053290] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[cloud_agent-17] 2024-06-20 22:13:13.253 | INFO | rmf_demos_fleet_adapter.cloud_agent:on_message:86 - on_message New command, Command(command_id=‘698c4516-52d6-4aa1-b8c1-d104bad8f2d9’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=None, timestamp=None, meta_data={‘commandId’: ‘698c4516-52d6-4aa1-b8c1-d104bad8f2d9’})
[cloud_agent-17] 2024-06-20 22:13:13.255 | ERROR | rmf_demos_fleet_adapter.cloud_agent:on_message:93 - Received message generate_id is null cmd_data: Command(command_id=‘698c4516-52d6-4aa1-b8c1-d104bad8f2d9’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=None, timestamp=None, meta_data={‘commandId’: ‘698c4516-52d6-4aa1-b8c1-d104bad8f2d9’})
[lift_supervisor-12] [INFO] [1718892793.492549487] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892793.534862912] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892794.216821294] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892794.220599374] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892794.486169398] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892794.534075041] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892795.221446855] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892795.221827781] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892795.484276505] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892795.538723244] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892796.229926654] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892796.248568768] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892796.485909005] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892796.527014263] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892797.215341933] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892797.221402920] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892797.499175513] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892797.528284104] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[cloud_agent-17] 2024-06-20 22:13:17.879 | INFO | rmf_demos_fleet_adapter.cloud_agent:on_message:86 - on_message New command, Command(command_id=‘150ab662-a872-4e98-83a3-372ea40cbdbc’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=‘85f02551-470c-4ea1-a457-c197e757deea’, timestamp=None, meta_data={‘commandId’: ‘150ab662-a872-4e98-83a3-372ea40cbdbc’})
[cloud_agent-17] 2024-06-20 22:13:17.882 | ERROR | rmf_demos_fleet_adapter.cloud_agent:on_message:93 - Received message generate_id is null cmd_data: Command(command_id=‘150ab662-a872-4e98-83a3-372ea40cbdbc’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=‘85f02551-470c-4ea1-a457-c197e757deea’, timestamp=None, meta_data={‘commandId’: ‘150ab662-a872-4e98-83a3-372ea40cbdbc’})
[lift_supervisor-12] [INFO] [1718892798.214595795] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892798.220577844] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892798.478699122] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892798.535126769] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892799.214798169] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892799.220327944] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892799.479879648] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892799.525973084] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892800.215612937] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892800.218377863] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892800.487612681] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892800.528765190] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892801.222383434] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892801.230572165] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892801.480212085] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892801.528296681] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892802.215473275] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892802.222111403] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892802.478698485] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892802.527007297] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892803.214836002] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892803.226197368] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[fleet_adapter-19] [INFO] [1718892803.282357333] [tinyRobot_command_handle]: robot: c595d399-f240-460f-8bd1-7119c1dad025 execution move f8a206e7-a69c-48c4-8d97-1e6699b3f524 complete True
[fleet_adapter-19] [INFO] [1718892803.301322214] [tinyRobot_command_handle]: Commanding [c595d399-f240-460f-8bd1-7119c1dad025] to navigate to [ 20.58296697 -15.92046549 2.2717858 ] on map [L2]
[lift_supervisor-12] [INFO] [1718892804.216165965] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[fleet_adapter-19] 2024-06-20 22:13:24.679 | INFO | rmf_demos_fleet_adapter.RobotClientAPI:send_command:169 - create_move_command: {‘coordinates’: [12.41077597471005, 6.903180507736355, 0.0, 2.271785803642206, 0.0, 0.0, 0.0, 0.0], ‘id’: ‘9b696a57-d7c4-4c8e-86b5-26cb7df7375b’, ‘hubId’: ‘c023a6c4-6747-4118-b42a-78e9bcc5036c’, ‘commandState’: ‘PENDING’, ‘commandType’: ‘MOVE’, ‘entityType’: ‘ROBOT’, ‘entityId’: ‘c595d399-f240-460f-8bd1-7119c1dad025’, ‘contexts’: [{‘contextType’: ‘RMF’, ‘context’: ‘c595d399-f240-460f-8bd1-7119c1dad025’, ‘contextState’: None}], ‘parallel’: False, ‘triggerCount’: 1, ‘ephemeral’: False, ‘firstTriggeredTime’: 1718892804615, ‘lastTriggeredTime’: 1718892804615, ‘requestedBy’: ‘0c46cfbb-da73-4c00-948a-538be2ea3231’, ‘createdTime’: 1718892804580, ‘lastModifiedTime’: 1718892804617}
[fleet_adapter-19] [INFO] [1718892804.683278676] [tinyRobot_command_handle]: 创建移动指令 生成指令id:: 9b696a57-d7c4-4c8e-86b5-26cb7df7375b
[lift_supervisor-12] [INFO] [1718892804.711033325] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892804.719973836] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892804.722616287] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892804.726970722] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892804.729280907] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892805.218585673] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892805.225740897] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892805.478869250] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892805.525658506] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[cloud_agent-17] 2024-06-20 22:13:25.751 | INFO | rmf_demos_fleet_adapter.cloud_agent:on_message:86 - on_message New command, Command(command_id=‘bbc392c2-626d-470d-8dec-a3286eba8f70’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=‘85f02551-470c-4ea1-a457-c197e757deea’, timestamp=None, meta_data={‘commandId’: ‘bbc392c2-626d-470d-8dec-a3286eba8f70’})
[cloud_agent-17] 2024-06-20 22:13:25.753 | ERROR | rmf_demos_fleet_adapter.cloud_agent:on_message:93 - Received message generate_id is null cmd_data: Command(command_id=‘bbc392c2-626d-470d-8dec-a3286eba8f70’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=‘85f02551-470c-4ea1-a457-c197e757deea’, timestamp=None, meta_data={‘commandId’: ‘bbc392c2-626d-470d-8dec-a3286eba8f70’})
[lift_supervisor-12] [INFO] [1718892806.218926419] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892806.224096807] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892806.480052802] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892806.537984302] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892807.217961282] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892807.222353306] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892807.492302905] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892807.525304961] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[cloud_agent-17] 2024-06-20 22:13:27.945 | INFO | rmf_demos_fleet_adapter.cloud_agent:on_message:86 - on_message New command, Command(command_id=‘ae2032a6-7042-46e4-9c3c-b4cae750f31d’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=‘85f02551-470c-4ea1-a457-c197e757deea’, timestamp=None, meta_data={‘commandId’: ‘ae2032a6-7042-46e4-9c3c-b4cae750f31d’})
[cloud_agent-17] 2024-06-20 22:13:27.946 | ERROR | rmf_demos_fleet_adapter.cloud_agent:on_message:93 - Received message generate_id is null cmd_data: Command(command_id=‘ae2032a6-7042-46e4-9c3c-b4cae750f31d’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=‘85f02551-470c-4ea1-a457-c197e757deea’, timestamp=None, meta_data={‘commandId’: ‘ae2032a6-7042-46e4-9c3c-b4cae750f31d’})
[lift_supervisor-12] [INFO] [1718892808.216794900] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892808.223062031] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892808.480036284] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892808.524224114] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892809.215641312] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892809.221703027] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892809.481913491] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892809.528869578] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[navgraph_visualizer_node-7] [INFO] [1718892810.141876306] [navgraph_visualizer]: Publishing navgraphs on level L2
[rviz2-10] [INFO] [1718892810.167820082] [rviz2]: Trying to create a map of size 711 x 714 using 1 swatches
[lift_supervisor-12] [INFO] [1718892810.215905166] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892810.229749381] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892810.488233301] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892810.530864939] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892811.216035975] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892811.221667384] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892811.482701411] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892811.529040863] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892812.218485833] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892812.221614361] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892812.480631049] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892812.527625086] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[cloud_agent-17] 2024-06-20 22:13:32.842 | INFO | rmf_demos_fleet_adapter.cloud_agent:on_message:86 - on_message New command, Command(command_id=‘4ba1d832-4250-49f7-ac69-8c8c84ee79d6’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=‘85f02551-470c-4ea1-a457-c197e757deea’, timestamp=None, meta_data={‘commandId’: ‘4ba1d832-4250-49f7-ac69-8c8c84ee79d6’})
[cloud_agent-17] 2024-06-20 22:13:32.842 | ERROR | rmf_demos_fleet_adapter.cloud_agent:on_message:93 - Received message generate_id is null cmd_data: Command(command_id=‘4ba1d832-4250-49f7-ac69-8c8c84ee79d6’, entity_type=‘DEVICE’, entity_id=‘c595d399-f240-460f-8bd1-7119c1dad025’, state=None, command_type=‘MOVE’, pose=‘85f02551-470c-4ea1-a457-c197e757deea’, timestamp=None, meta_data={‘commandId’: ‘4ba1d832-4250-49f7-ac69-8c8c84ee79d6’})
[lift_supervisor-12] [INFO] [1718892813.215834064] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892813.223746245] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892813.490154760] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892813.527685644] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892814.214680744] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892814.225015979] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892814.481653926] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892814.539114169] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892815.219814550] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892815.220474474] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892815.481891445] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892815.530673389] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892816.229066069] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892816.231912216] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published lift request to [L2] from lift supervisor
[lift_supervisor-12] [INFO] [1718892816.479607611] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[lift_supervisor-12] [INFO] [1718892816.528737334] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [1]
[fleet_adapter-19] [INFO] [1718892816.535528134] [tinyRobot_command_handle]: robot: c595d399-f240-460f-8bd1-7119c1dad025 execution move 9b696a57-d7c4-4c8e-86b5-26cb7df7375b complete True
[fleet_adapter-19] [INFO] [1718892816.549821487] [tinyRobot_fleet_adapter]: Ending lift [Lift1] session for [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025]
[fleet_adapter-19] [INFO] [1718892816.550053656] [tinyRobot_fleet_adapter]: Releasing lift [Lift1] for [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025]
[lift_supervisor-12] [INFO] [1718892816.550479388] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to [L2] with request type [0]
[lift_supervisor-12] [INFO] [1718892816.550785143] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Published end lift session from lift supervisor
[lift_supervisor-12] [INFO] [1718892817.218537738] [rmf_lift_supervisor]: [tinyRobot/c595d399-f240-460f-8bd1-7119c1dad025] Received adapter lift request to with request type [0]

Posted by @xiyuoh:

I’m having a little trouble understanding your objective and the question, it’d help if you could provide some details about what you’re trying to do.

For example, I move from “charge1” on L1 to “l2_bay_99” on L2. However, “l2_bay_99” is not set as “is_parking_spot=true.” When I reach the destination, I notice that the task remains in the standby state.

Do you mean that when you submit a patrol task, and the robot has reached the destination, it is stuck in a STANDBY state instead of completing the task?

I’m not really able to see what’s going on from these logs apart from the switch_map command being triggered at 22:12:44.632 and a create_move_command on L2 being sent at 22:13:24.679. It will help to know the type of task that you have submitted, as well as the full logs for the entire task so that we can trace what went wrong.

It’s important to note that currently, my robot takes about one minute to execute the command for switching maps. Could this delay in the process be causing the task not to complete?

I’ll need to understand your setup better. Can I confirm that you are testing this fleet adapter on hardware, with a lift adapter running with valid lift states being published? We have had cases where the robot completely loses all connection to RMF when inside the lift with the lift doors shut, and it takes several seconds up to a minute for connection to return when the doors open on a new floor. Do you think that is the case for you? If not, I’ll need a little more elaboration about where this delay occurs, i.e. between the lift reaching L2 and the switch map command being sent to the robot, or between the switch map command being sent by RMF and it actually being received/completed on the robot.

For future reference, do paste your logs in a gist instead so that it is easier to view :grinning_face_with_smiling_eyes:

Posted by @DDDWY:

https://github.com/open-rmf/rmf/assets/39432163/35ce202b-3119-4eb5-b687-6d870f11419a