RemoveAllRooms
Service type: map_manager/srv/RemoveAllRooms
Service name: ${MM}/remove_all_rooms
Description
Remove all rooms.
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. |
count | int32 | Number of removed entries. |
Examples
Example 1
Bash
ros2 service call ${MM}/remove_all_rooms map_manager/srv/RemoveAllRooms \
"{floor_id: '1F'}"