Skip to main content

UpdateFloor

Service type: map_manager/srv/UpdateFloor

Service name: ${MM}/update_floor

Description

Update the specified floor.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.
floormap_manager/msg/FloorFloor information.

Response

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

Examples

Example 1

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