Skip to main content

RemoveSemanticObject

Service type: map_manager/srv/RemoveSemanticObject

Service name: ${MM}/remove_semantic_object

Description

Remove the specified semantic object.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.
object_idstringUnique semantic-object identifier.

Response

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

Examples

Example 1

Bash
ros2 service call ${MM}/remove_semantic_object map_manager/srv/RemoveSemanticObject \
"{floor_id: '1F', object_id: ''}"