Skip to main content

GetVirtualWall

Service type: map_manager/srv/GetVirtualWall

Service name: ${MM}/get_virtual_wall

Description

Return the specified virtual wall.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.
idint32Unique identifier.

Response

FieldTypeDescription
wallmap_manager/msg/VirtualWallVirtual-wall data.
successboolWhether the operation succeeded.
messagestringResult details or an error message.

Examples

Example 1

Bash
ros2 service call ${MM}/get_virtual_wall map_manager/srv/GetVirtualWall \
"{floor_id: '1F', id: 'example_id'}"