OSI KPIs definitions
|
The configuration settings for the Generic Sensor View to be provided by the environment simulation. More...
The configuration settings for the Generic Sensor View to be provided by the environment simulation.
Field | Type | Unit | Repeated | Requirements |
---|---|---|---|---|
sensor_id | Identifier | No | Must correspond to the id of a physical sensor | |
mounting_position | MountingPosition | No | Must be set and valid | |
mounting_position_rmse | MountingPosition | No | Must be set and valid | |
field_of_view_horizontal | double | [rad] | No | Must be set, positive |
field_of_view_vertical | double | [rad] | No | Must be set, positive |
The physical mounting position of the sensor (origin and orientation of the sensor coordinate system) given in vehicle coordinates [1]. The physical position pertains to this detector individually, and governs the sensor-relative coordinates in features detected by this detector.
MovingObject::base
. BaseMoving::position
+ Inverse_Rotation_yaw_pitch_roll( MovingObject::base
. BaseMoving::orientation
) * MovingObject::VehicleAttributes::bbcenter_to_rear
) . The orientation of the vehicle's coordinate system is equal to the orientation of the vehicle's bounding box MovingObject::base
. BaseMoving::orientation
.