Skip to main content

GetSemanticObject

Service type: map_manager/srv/GetSemanticObject

Service name: ${MM}/get_semantic_object

Description

Return the specified semantic object.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.
idstringUnique identifier.

Response

FieldTypeDescription
objectmap_manager/msg/SemanticObjectSemantic-object data.
successboolWhether the operation succeeded.
messagestringResult details or an error message.

Examples

Example 1

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