Skip to main content

RemoveRoom

Service type: map_manager/srv/RemoveRoom

Service name: ${MM}/remove_room

Description

Remove the specified room.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.
room_idstringUnique room identifier.

Response

FieldTypeDescription
successboolWhether the operation succeeded.
messagestringResult details or an error message.
objects_removedint32Number of associated semantic objects removed.

Examples

Example 1

Bash
ros2 service call ${MM}/remove_room map_manager/srv/RemoveRoom \
"{floor_id: '1F', room_id: ''}"