Skip to main content

RemovePOI

Service type: map_manager/srv/RemovePOI

Service name: ${MM}/remove_poi

Description

Remove the specified POI.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.
idstringUnique identifier.

Response

FieldTypeDescription
successboolWhether the operation succeeded.
messagestringResult details or an error message.

Examples

Example 1

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