Skip to main content

RemoveAllSemanticObjects

Service type: map_manager/srv/RemoveAllSemanticObjects

Service name: ${MM}/remove_all_semantic_objects

Description

Remove all semantic objects.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.
object_typestringOptional semantic-object type filter.

Response

FieldTypeDescription
successboolWhether the operation succeeded.
messagestringResult details or an error message.
countint32Number of removed entries.

Examples

Example 1

Bash
ros2 service call ${MM}/remove_all_semantic_objects map_manager/srv/RemoveAllSemanticObjects \
"{floor_id: '1F', object_type: ''}"