outsight_alb_driver/ZoneData Message

File: outsight_alb_driver/ZoneData.msg

Raw Message Definition

# Outsight custom message to define the zone data.

# Name of the zone.
string name

# Zone id
string id 

# Vertices of zone polygons.
geometry_msgs/Point[] points

# Role of the zone (can be 'Detection', 'Exclusion', or 'Event').
string role

Compact Message Definition

string name
string id
geometry_msgs/Point[] points
string role