Skip to main content

RemoveAllPOIs

Service type: map_manager/srv/RemoveAllPOIs

Service name: ${MM}/remove_all_pois

Description

Remove all POIs.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.

Response

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

Examples

Example 1

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