Skip to main content

AddFloor

Service type: map_manager/srv/AddFloor

Service name: ${MM}/add_floor

Description

Add a new floor.

Request

FieldTypeDescription
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}/add_floor map_manager/srv/AddFloor \
"{}"