Skip to main content

RemoveVirtualWall

Service type: map_manager/srv/RemoveVirtualWall

Service name: ${MM}/remove_virtual_wall

Description

Remove the specified virtual wall.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.
wall_idint32Unique virtual-wall identifier.

Response

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

Examples

Example 1

Bash
ros2 service call ${MM}/remove_virtual_wall map_manager/srv/RemoveVirtualWall \
"{floor_id: '1F', wall_id: 0}"