Skip to main content

LoadFloor

Service type: map_manager/srv/LoadFloor

Service name: ${MM}/load_floor

Description

Load the floor.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.
input_pathstringPath from which to load the floor data.

Response

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

Examples

Example 1

Bash
ros2 service call ${MM}/load_floor map_manager/srv/LoadFloor \
"{floor_id: '1F', input_path: ''}"