RemoveVirtualWalls
Service type: map_manager/srv/RemoveVirtualWalls
Service name: ${MM}/remove_virtual_walls
Description
Remove the specified virtual walls.
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_virtual_walls map_manager/srv/RemoveVirtualWalls \
"{floor_id: '1F'}"