open_simulation_interface
v3.4.0 (2021-11-18)
|
Ultrasonic detection from the sensor (same sensor as sender and receiver). More...
Public Attributes | |
optional double | existence_probability = 1 |
optional Identifier | object_id = 2 |
optional double | distance = 3 |
Ultrasonic detection from the sensor (same sensor as sender and receiver).
Direct detections:
Sending: Ultrasonic Sensor ID 1
Receiving: Ultrasonic Sensor ID 1
optional double osi3::UltrasonicDetection::distance = 3 |
Measured distance (radius) of the detection.
Unit: m
\rules is_greater_than_or_equal_to: 0 \endrules
optional double osi3::UltrasonicDetection::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 Identifier osi3::UltrasonicDetection::object_id = 2 |
ID of the detected object this detection is associated to.
\rules refers_to: DetectedObject \endrules