Skip to main content

SaveFloor

Service type: map_manager/srv/SaveFloor

Service name: ${MM}/save_floor

Description

Save the floor.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.

Response

FieldTypeDescription
successboolWhether the operation succeeded.
messagestringResult details or an error message.
saved_pathstringPath where the data was saved.

Examples

Example 1

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