open_simulation_interface
v3.4.0 (2021-11-18)
|
Ultrasonic detection received by another ultrasonic sensor (different sensors as sender and receiver). More...
Public Attributes | |
optional double | existence_probability = 1 |
optional Identifier | object_id = 2 |
optional double | ellipsoid_radial = 3 |
optional double | ellipsoid_axial = 4 |
optional Identifier | receiver_id = 5 |
optional Vector3d | receiver_origin = 6 |
Ultrasonic detection received by another ultrasonic sensor (different sensors as sender and receiver).
Indirect detections:
Sending: Ultrasonic Sensor ID 1
Receiving: Ultrasonic Sensor ID 2 and 3
optional double osi3::UltrasonicIndirectDetection::ellipsoid_axial = 4 |
Second parameter b of an ellipsoid equation.
Unit: m
optional double osi3::UltrasonicIndirectDetection::ellipsoid_radial = 3 |
First parameter b of an ellipsoid equation.
Unit: m
optional double osi3::UltrasonicIndirectDetection::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::UltrasonicIndirectDetection::object_id = 2 |
ID of the detected object this detection is associated to.
\rules refers_to: DetectedObject \endrules
optional Identifier osi3::UltrasonicIndirectDetection::receiver_id = 5 |
The ID of the sensor's receiver. Sender ID is stored in the header SensorDetectionHeader
.
optional Vector3d osi3::UltrasonicIndirectDetection::receiver_origin = 6 |
The vector to the receiver's origin in sending ultrasonic sensor frame. The vector is also the direction of ellipsoid_axial
.