UpdateSemanticObject
Service type: map_manager/srv/UpdateSemanticObject
Service name: ${MM}/update_semantic_object
Description
Update the specified semantic object.
Request
| Field | Type | Description |
|---|---|---|
floor_id | string | Unique floor identifier. |
object | map_manager/msg/SemanticObject | Semantic-object data. |
Response
| Field | Type | Description |
|---|---|---|
success | bool | Whether the operation succeeded. |
message | string | Result details or an error message. |
Examples
Example 1
Bash
ros2 service call ${MM}/update_semantic_object map_manager/srv/UpdateSemanticObject \
"{floor_id: '1F'}"