Skip to main content

ClearFloor

Service type: map_manager/srv/ClearFloor

Service name: ${MM}/clear_floor

Description

Clear the floor.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.

Response

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

Examples

Example 1

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