Skip to main content

UpdateSemanticObject

Service type: map_manager/srv/UpdateSemanticObject

Service name: ${MM}/update_semantic_object

Description

Update the specified 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.

Examples

Example 1

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