Skip to main content

ListVirtualWalls

Service type: map_manager/srv/ListVirtualWalls

Service name: ${MM}/list_virtual_walls

Description

List virtual walls.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.

Response

FieldTypeDescription
wallsmap_manager/msg/VirtualWall[]List of virtual walls.
successboolWhether the operation succeeded.
messagestringResult details or an error message.

Examples

Example 1

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