Skip to main content

ListSemanticObjects

Service type: map_manager/srv/ListSemanticObjects

Service name: ${MM}/list_semantic_objects

Description

List semantic objects.

Request

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

Response

FieldTypeDescription
objectsmap_manager/msg/SemanticObject[]List of semantic objects.
successboolWhether the operation succeeded.
messagestringResult details or an error message.

Examples

Example 1

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