Skip to main content

AddSemanticObject

Service type: map_manager/srv/AddSemanticObject

Service name: ${MM}/add_semantic_object

Description

Add a new semantic object.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.
objectmap_manager/msg/SemanticObjectSemantic-object data.

Response

FieldTypeDescription
successboolWhether the operation succeeded.
messagestringResult details or an error message.
object_idstringUnique semantic-object identifier.

Examples

Example 1

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