RemoveForbiddenArea
Service type: map_manager/srv/RemoveForbiddenArea
Service name: ${MM}/remove_forbidden_area
Description
Remove the specified forbidden area.
Request
| Field | Type | Description |
|---|---|---|
floor_id | string | Unique floor identifier. |
area_id | int32 | Unique area identifier. |
Response
| Field | Type | Description |
|---|---|---|
success | bool | Whether the operation succeeded. |
message | string | Result details or an error message. |
walls_removed | int32 | Number of associated virtual walls removed. |
Examples
Example 1
Bash
ros2 service call ${MM}/remove_forbidden_area map_manager/srv/RemoveForbiddenArea \
"{floor_id: '1F', area_id: 0}"