Skip to main content

ListDangerousAreas

Service type: map_manager/srv/ListDangerousAreas

Service name: ${MM}/list_dangerous_areas

Description

List speed-restricted areas.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.

Response

FieldTypeDescription
areasmap_manager/msg/DangerousArea[]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_dangerous_areas map_manager/srv/ListDangerousAreas \
"{floor_id: '1F'}"