Skip to main content

RemoveAllDangerousAreas

Service type: map_manager/srv/RemoveAllDangerousAreas

Service name: ${MM}/remove_all_dangerous_areas

Description

Remove all speed-restricted areas.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.

Response

FieldTypeDescription
successboolWhether the operation succeeded.
messagestringResult details or an error message.
countint32Number of removed entries.

Examples

Example 1

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