Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.55 KB

integration_test_readme_template.md

File metadata and controls

39 lines (23 loc) · 1.55 KB

< id > Test Name

Short description of the test. E.g.:

This test checks if an object inside the field of view of the sensor is detected by the model.

System Structure Definition

Short description of the individual components of the test run. Also include a diagram of the system structure. E.g.:

The system consists of an OSMP binary trace file player, the model itself and a trace file writer. The trace file player will read the given SensorView trace file as an input for the sensor model. The output of the sensor model is written into a binary SensorData trace file for the subsequent analysis.

System Structure

Scenario

Verbal description of the test scenario containing physical parameter values for distances, velocities, timing etc. E.g.:

The scenario contained in the given trace file consists of a vehicle placed on the x-axis (y = 0) in front of the ego vehicle in the sensor's field of view. The x-coordinates of the objects in this scenario are:

  • ego: 10 m
  • ego bbcenter2rear: -1.146 m
  • object: 25 m

Metric

Description of the metric that is calculated to determine if the test passes. E.g.:

The object is expected to be inside the field of view of the sensor at all times. In the analyze.py script the average number of detected moving objects over all simulation time steps is calculated.

Pass/Fail Criterion

Description of the pass/fail criterion based on the evaluation of the previously defined metric. E.g.:

The test fails, if it differs from the expectation value of 1.0.