| 
    open_simulation_interface
    vv3.5.0(01.06.2022)
    
   | 
 
Moving object in the environment as detected and perceived by the sensor. More...

Classes | |
| struct | CandidateMovingObject | 
| A candidate for a detected moving object as estimated by the sensor.  More... | |
Public Types | |
| enum | ReferencePoint {  REFERENCE_POINT_UNKNOWN = 0, REFERENCE_POINT_OTHER = 1, REFERENCE_POINT_CENTER = 2, REFERENCE_POINT_MIDDLE_LEFT = 3, REFERENCE_POINT_MIDDLE_RIGHT = 4, REFERENCE_POINT_REAR_MIDDLE = 5, REFERENCE_POINT_REAR_LEFT = 6, REFERENCE_POINT_REAR_RIGHT = 7, REFERENCE_POINT_FRONT_MIDDLE = 8, REFERENCE_POINT_FRONT_LEFT = 9, REFERENCE_POINT_FRONT_RIGHT = 10 }  | 
| Definition of available reference points.  More... | |
| enum | MovementState {  MOVEMENT_STATE_UNKNOWN = 0, MOVEMENT_STATE_OTHER = 1, MOVEMENT_STATE_STATIONARY = 2, MOVEMENT_STATE_MOVING = 3, MOVEMENT_STATE_STOPPED = 4 }  | 
| Information about a possible movement of the object during tracking.  More... | |
Public Attributes | |
| optional DetectedItemHeader | header = 1 | 
| Common information of one detected item.  More... | |
| optional BaseMoving | base = 2 | 
| The base parameters of the moving object.  More... | |
| optional BaseMoving | base_rmse = 3 | 
| The root mean squared error of the base parameters of the detected moving object (e.g.  More... | |
| optional ReferencePoint | reference_point = 4 | 
| Reference point location specification of the sensor measurement (required to decouple sensor measurement, position and bounding box estimation) as used by the sensor (model).  More... | |
| optional MovementState | movement_state = 5 | 
| Actual movement state w.r.t.  More... | |
| optional double | percentage_side_lane_left = 6 | 
| Percentage side lane left.  More... | |
| optional double | percentage_side_lane_right = 7 | 
| Percentage side lane right.  More... | |
| repeated CandidateMovingObject | candidate = 8 | 
| A list of candidates for this moving object as estimated by the sensor (e.g.  More... | |
| optional ColorDescription | color_description = 9 | 
| The dominating color of the material of the moving object.  More... | |
| optional RadarSpecificObjectData | radar_specifics = 100 | 
| Additional data that is specific to radar sensors.  More... | |
| optional LidarSpecificObjectData | lidar_specifics = 101 | 
| Additional data that is specific to lidar sensors.  More... | |
| optional CameraSpecificObjectData | camera_specifics = 102 | 
| Additional data that is specific to camera sensors.  More... | |
| optional UltrasonicSpecificObjectData | ultrasonic_specifics = 103 | 
| Additional data that is specific to ultrasonic sensors.  More... | |
Moving object in the environment as detected and perceived by the sensor.
Definition of available reference points.
Left/middle/right and front/middle/rear indicate the position in y- and x-direction respectively. The z position is always considered as middle.
Information about a possible movement of the object during tracking.
| optional DetectedItemHeader osi3::DetectedMovingObject::header = 1 | 
Common information of one detected item.
| optional BaseMoving osi3::DetectedMovingObject::base = 2 | 
The base parameters of the moving object.
base is the sensor's vehicle frame. | optional BaseMoving osi3::DetectedMovingObject::base_rmse = 3 | 
The root mean squared error of the base parameters of the detected moving object (e.g.
car). MovingObject::base has to be identical for all candidate moving objects.
base is the sensor's vehicle frame. | optional ReferencePoint osi3::DetectedMovingObject::reference_point = 4 | 
Reference point location specification of the sensor measurement (required to decouple sensor measurement, position and bounding box estimation) as used by the sensor (model).
| optional MovementState osi3::DetectedMovingObject::movement_state = 5 | 
Actual movement state w.r.t.
the moving object history.
| optional double osi3::DetectedMovingObject::percentage_side_lane_left = 6 | 
Percentage side lane left.
Percentage value of the object width in the corresponding lane.
| optional double osi3::DetectedMovingObject::percentage_side_lane_right = 7 | 
Percentage side lane right.
Percentage value of the object width in the corresponding lane.
| repeated CandidateMovingObject osi3::DetectedMovingObject::candidate = 8 | 
A list of candidates for this moving object as estimated by the sensor (e.g.
pedestrian, car).
| optional ColorDescription osi3::DetectedMovingObject::color_description = 9 | 
The dominating color of the material of the moving object.
| optional RadarSpecificObjectData osi3::DetectedMovingObject::radar_specifics = 100 | 
Additional data that is specific to radar sensors.
| optional LidarSpecificObjectData osi3::DetectedMovingObject::lidar_specifics = 101 | 
Additional data that is specific to lidar sensors.
| optional CameraSpecificObjectData osi3::DetectedMovingObject::camera_specifics = 102 | 
Additional data that is specific to camera sensors.
| optional UltrasonicSpecificObjectData osi3::DetectedMovingObject::ultrasonic_specifics = 103 | 
Additional data that is specific to ultrasonic sensors.