SaveFloor
Service type: map_manager/srv/SaveFloor
Service name: ${MM}/save_floor
Description
Save the floor.
Request
| Field | Type | Description |
|---|---|---|
floor_id | string | Unique floor identifier. |
Response
| Field | Type | Description |
|---|---|---|
success | bool | Whether the operation succeeded. |
message | string | Result details or an error message. |
saved_path | string | Path where the data was saved. |
Examples
Example 1
Bash
ros2 service call ${MM}/save_floor map_manager/srv/SaveFloor \
"{floor_id: '1F'}"