Health
A health message that contains information about the pipeline status and the module itself.
| Field | Type | Default | Unit |
|---|---|---|---|
state |
- |
- |
|
High-level state of module. |
|||
state_reason |
string |
- |
- |
Reason for the given state. It is not set if state is STATE_OK. |
|||
data_source |
- |
- |
|
Data source related health information. |
|||
statistics |
- |
- |
|
Perception related health information. |
|||
Data Source
Data source related health.
| Field | Type | Default | Unit |
|---|---|---|---|
device |
repeated DeviceEntry |
- |
- |
Map of devices. The key is the serial number of the device. |
|||
Device
Configured device.
| Field | Type | Default | Unit |
|---|---|---|---|
error_flags |
- |
- |
|
Error flags |
|||
Error Flags
Error flags
| Field | Type | Default | Unit |
|---|---|---|---|
connect_failed |
bool |
- |
- |
The connection to the device has failed. This is most probably caused by power supply or network connectivity issues. |
|||
start_failed |
bool |
- |
- |
The start-up of the device failed. This indicates that the device can not operate properly. Please review the diagnostics information of the device. |
|||
point_cloud_fetch_failed |
bool |
- |
- |
The point cloud fetch failed. This indicates that the device can not operate properly or network bandwidth / stability issues. |
|||
environmental_effects |
bool |
- |
- |
There are some environmental influences, e.g. fog, rain or snow in the scene. |
|||
Statistics
Perception pipeline related statistics
| Field | Type | Default | Unit |
|---|---|---|---|
security |
- |
- |
|
Security pipeline health |
|||
volume |
- |
- |
|
Volume pipeline health |
|||
traffic |
- |
- |
|
Traffic pipeline health |
|||
Security
Security pipeline health
| Field | Type | Default | Unit |
|---|---|---|---|
motion_detection |
- |
- |
|
Motion detection |
|||
object_tracking |
- |
- |
|
Object tracking |
|||
Motion Detection
Motion detection
| Field | Type | Default | Unit |
|---|---|---|---|
number_of_foreground_points |
float |
- |
- |
Number of foreground points |
|||
number_of_outlier_points |
float |
- |
- |
Number of outlier points (number of points which got not clustered) |
|||
median_reflectivity_of_outlier_points |
float |
- |
- |
Median reflectivity of outlier points (number of points which got not clustered) |
|||
Object Tracking
Objects detection & tracking
| Field | Type | Default | Unit |
|---|---|---|---|
number_of_objects |
float |
- |
- |
indicates that objects are present |
|||
reference_properties |
- |
- |
|
reference object properties |
|||
Reference Properties
Reference object properties which contain the 90% percentile of relevant object state values.
This data is used to generate long term statistics of object properties which allow the fine tuning of zone algorithm parameters.
| Field | Type | Default | Unit |
|---|---|---|---|
lifetime |
float |
- |
ns |
Lifetime of the object |
|||
num_points |
float |
- |
- |
/ Number of measurements that belong to the object point cloud. |
|||
median_reflectivity |
float |
- |
- |
/ Median reflectivity of the measurements from the object point cloud. |
|||
bounding_box_2d_surface |
float |
- |
- |
Surface area of the largest xz / yz bounding box plane. This is used for the simple object size classification. |
|||
track_length |
float |
- |
m |
The estimated track length of an object. |
|||
intruding_duration |
float |
- |
- |
Intruding duration of objects. Only objects are taken into account which are actually intruding. |
|||