Skip to main content

ListForbiddenAreas

Service type: map_manager/srv/ListForbiddenAreas

Service name: ${MM}/list_forbidden_areas

Description

List forbidden areas.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.

Response

FieldTypeDescription
areasmap_manager/msg/ForbiddenArea[]List of areas.
floor_idsstring[]Floor identifiers corresponding to the returned entries.
successboolWhether the operation succeeded.
messagestringResult details or an error message.

Examples

Example 1

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