Skip to main content

RemoveForbiddenArea

Service type: map_manager/srv/RemoveForbiddenArea

Service name: ${MM}/remove_forbidden_area

Description

Remove the specified forbidden area.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.
area_idint32Unique area identifier.

Response

FieldTypeDescription
successboolWhether the operation succeeded.
messagestringResult details or an error message.
walls_removedint32Number 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}"