open_simulation_interface
v3.4.0 (2021-11-18)
|
A point or vertical line in a lidar point cloud. More...
Public Attributes | |
optional double | existence_probability = 1 |
optional Identifier | object_id = 2 |
optional Spherical3d | position = 3 |
optional Spherical3d | position_rmse = 4 |
optional double | height = 5 |
optional double | height_rmse = 6 |
optional double | intensity = 7 |
optional double | free_space_probability = 8 |
optional DetectionClassification | classification = 9 |
optional double | reflectivity = 10 |
optional double | echo_pulse_width = 11 |
A point or vertical line in a lidar point cloud.
optional DetectionClassification osi3::LidarDetection::classification = 9 |
Basic classification of the detection.
optional double osi3::LidarDetection::echo_pulse_width = 11 |
Echo pulse width of the detection's echo. Several sensors output an echo pulse width instead of an intensity for each individual detection. The echo pulse is measured in m and measures the extent of the object parts or atmospheric particles that produce the echo.
Unit: m
\rules is_greater_than_or_equal_to: 0 \endrules
optional double osi3::LidarDetection::existence_probability = 1 |
Existence probability of the detection not based on history. Value does not depend on any past experience with similar detections.
\rules is_greater_than_or_equal_to: 0 is_less_than_or_equal_to: 1 \endrules
optional double osi3::LidarDetection::free_space_probability = 8 |
The free space probability in the range [0.0, 1.0] from the origin of the sensor up to this detection, as given by the distance.
\rules is_greater_than_or_equal_to: 0 is_less_than_or_equal_to: 1 \endrules
optional double osi3::LidarDetection::height = 5 |
The height value which is required when multiple scan points are vertically clustered. Only vertical clustering is allowed (z-axis).
Unit: m
\rules is_greater_than_or_equal_to: 0 \endrules
optional double osi3::LidarDetection::height_rmse = 6 |
Root mean squared error of the object height.
Unit: m
\rules is_greater_than_or_equal_to: 0 \endrules
optional double osi3::LidarDetection::intensity = 7 |
Intensity or equivalent value of the detection's echo.
Unit: %
\rules is_greater_than_or_equal_to: 0 is_less_than_or_equal_to: 100 \endrules
optional Identifier osi3::LidarDetection::object_id = 2 |
ID of the detected object this detection is associated to.
\rules refers_to: DetectedObject \endrules
optional Spherical3d osi3::LidarDetection::position = 3 |
Measured position of the detection given in spherical coordinates in the sensor coordinate system.
optional Spherical3d osi3::LidarDetection::position_rmse = 4 |
Root mean squared error of the measured position of the detection.
optional double osi3::LidarDetection::reflectivity = 10 |
Lambertian reflectivity.