Skip to main content

UpdateRoom

Service type: map_manager/srv/UpdateRoom

Service name: ${MM}/update_room

Description

Update the specified room.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.
roommap_manager/msg/RoomRoom data.

Response

FieldTypeDescription
successboolWhether the operation succeeded.
messagestringResult details or an error message.

Examples

Example 1

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