Skip to main content

UpdateDangerousArea

Service type: map_manager/srv/UpdateDangerousArea

Service name: ${MM}/update_dangerous_area

Description

Update the specified speed-restricted area.

Request

FieldTypeDescription
floor_idstringUnique floor identifier.
areamap_manager/msg/DangerousAreaArea data.

Response

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

Examples

Example 1

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