Skip to main content

ListPOIs

Service type: map_manager/srv/ListPOIs

Service name: ${MM}/list_pois

Description

List POIs.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.

Response

FieldTypeDescription
poismap_manager/msg/POI[]List of POIs.
successboolWhether the operation succeeded.
messagestringResult details or an error message.

Examples

Example 1

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