Skip to main content

RemoveDangerousArea

Service type: map_manager/srv/RemoveDangerousArea

Service name: ${MM}/remove_dangerous_area

Description

Remove the specified speed-restricted area.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.
area_idint32Unique area identifier.

Response

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

Examples

Example 1

Bash
ros2 service call ${MM}/remove_dangerous_area map_manager/srv/RemoveDangerousArea \
"{floor_id: '1F', area_id: 0}"