GetSemanticObject
Service type: map_manager/srv/GetSemanticObject
Service name: ${MM}/get_semantic_object
Description
Return the specified semantic object.
Request
| Field | Type | Description |
|---|---|---|
floor_id | string | Unique floor identifier. |
id | string | Unique identifier. |
Response
| Field | Type | Description |
|---|---|---|
object | map_manager/msg/SemanticObject | Semantic-object data. |
success | bool | Whether the operation succeeded. |
message | string | Result 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'}"