Skip to content

Commit 109a6d5

Browse files
committed
Tighten documentation of ground truth filtering
Fix #319
1 parent a8fb7cc commit 109a6d5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

osi_sensorview.proto

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,17 @@ message SensorView
103103
// Ground truth w.r.t. global coordinate system.
104104
//
105105
// This is the ground truth that is provided to the sensor model by the
106-
// simulation environment. It is filtered as per the requirements of the
107-
// sensor model as expressed by the \c SensorViewConfiguration message(s)
108-
// that where exchanged during the simulation initialization phase.
106+
// simulation environment. It may be filtered as per the requirements of
107+
// the sensor model as expressed by the \c SensorViewConfiguration
108+
// message(s) that where exchanged during the simulation initialization
109+
// phase.
109110
//
110111
// \note The host vehicle is always contained in the ground truth provided,
111-
// regardless of any filtering.
112+
// regardless of any filtering. The ground truth MUST contain at least as
113+
// much of the ground truth data, as is requested by the sensor model, but
114+
// MAY always contain more data, since the filtering is intended only as
115+
// an optimization mechanism, not as a replacement of a proper sensor
116+
// field of view modeling.
112117
//
113118
optional GroundTruth global_ground_truth = 7;
114119

0 commit comments

Comments
 (0)