open_simulation_interface
v3.4.0 (2021-11-18)
|
Message encapsulates all data for detected objects that is specific to ultrasonic sensors. More...
Classes | |
struct | Signalway |
Message encapsulates all data for detected objects that is specific to ultrasonic sensors. More... | |
Public Types | |
enum | TrilaterationStatus { TRILATERATION_STATUS_UNKNOWN = 0 , TRILATERATION_STATUS_OTHER = 1 , TRILATERATION_STATUS_NOT_TRILATERATED = 2 , TRILATERATION_STATUS_TRILATERATED = 3 } |
enum | Trend { TREND_UNKNOWN = 0 , TREND_OTHER = 1 , TREND_CONSTANT_APPROACHING = 2 , TREND_CONSTANT = 3 , TREND_APPROACHING = 4 , TREND_DEPARTING = 5 } |
Public Attributes | |
optional double | maximum_measurement_distance_sensor = 1 |
optional double | probability = 2 |
optional TrilaterationStatus | trilateration_status = 3 |
optional Trend | trend = 4 |
repeated Signalway | signalway = 5 |
Message encapsulates all data for detected objects that is specific to ultrasonic sensors.
Describes the general moving direction of the detection.
This indicates if the object was calculated based on one or multiple sensors.
optional double osi3::UltrasonicSpecificObjectData::maximum_measurement_distance_sensor = 1 |
Maximum measured distance from one sensor which leads to the calculation of this object.
Unit: m
\rules is_greater_than_or_equal_to: 0 \endrules
optional double osi3::UltrasonicSpecificObjectData::probability = 2 |
This value indicates the propability height for the classification in the calculated object.
Unit: %
\rules is_less_than_or_equal_to: 1 is_greater_than_or_equal_to: 0 \endrules
repeated Signalway osi3::UltrasonicSpecificObjectData::signalway = 5 |
Ultrasonic signalway. Sender to receiver.
UltrasonicDetection
. UltrasonicDetection
refer to DetectedXXX by UltrasonicDetection::object_id
. optional Trend osi3::UltrasonicSpecificObjectData::trend = 4 |
Describes the general moving direction of the detection.
optional TrilaterationStatus osi3::UltrasonicSpecificObjectData::trilateration_status = 3 |
This indicates if the detection was calculated based on one or multiple sensors.