Skip to main content

UpdateForbiddenArea

Service type: map_manager/srv/UpdateForbiddenArea

Service name: ${MM}/update_forbidden_area

Description

Update the specified forbidden area.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.
areamap_manager/msg/ForbiddenAreaArea data.

Response

FieldTypeDescription
successboolWhether the operation succeeded.
messagestringResult details or an error message.
wall_idsint32[]Identifiers of the generated virtual walls.

Examples

Example 1

Bash
ros2 service call ${MM}/update_forbidden_area map_manager/srv/UpdateForbiddenArea \
"{floor_id: '1F'}"