RemoveFloor
Service type: map_manager/srv/RemoveFloor
Service name: ${MM}/remove_floor
Description
Remove the specified 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. |
Examples
Example 1
Bash
ros2 service call ${MM}/remove_floor map_manager/srv/RemoveFloor \
"{floor_id: '1F'}"