Skip to main content

RemoveAllForbiddenAreas

Service type: map_manager/srv/RemoveAllForbiddenAreas

Service name: ${MM}/remove_all_forbidden_areas

Description

Remove every forbidden area on every floor.

Request

This service has no request fields.

Response

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

Examples

Example 1

Bash
ros2 service call /map_manager/remove_all_forbidden_areas map_manager/srv/RemoveAllForbiddenAreas "{}"