Skip to main content

GetPOI

Service type: map_manager/srv/GetPOI

Service name: ${MM}/get_poi

Description

Return the specified POI.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.
idstringUnique identifier.

Response

FieldTypeDescription
poimap_manager/msg/POIPOI data.
successboolWhether the operation succeeded.
messagestringResult details or an error message.

Examples

Example 1

Bash
ros2 service call ${MM}/get_poi map_manager/srv/GetPOI \
"{floor_id: '1F', id: 'example_id'}"