UpdateRoom
Service type: map_manager/srv/UpdateRoom
Service name: ${MM}/update_room
Description
Update the specified room.
Request
| Field | Type | Description |
|---|---|---|
floor_id | string | Unique floor identifier. |
room | map_manager/msg/Room | Room 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_room map_manager/srv/UpdateRoom \
"{floor_id: '1F'}"