RemoveSemanticObject
Service type: map_manager/srv/RemoveSemanticObject
Service name: ${MM}/remove_semantic_object
Description
Remove the specified semantic object.
Request
| Field | Type | Description |
|---|---|---|
floor_id | string | Unique floor identifier. |
object_id | string | Unique semantic-object identifier. |
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}/remove_semantic_object map_manager/srv/RemoveSemanticObject \
"{floor_id: '1F', object_id: ''}"