File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -103,12 +103,17 @@ message SensorView
103
103
// Ground truth w.r.t. global coordinate system.
104
104
//
105
105
// 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.
109
110
//
110
111
// \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.
112
117
//
113
118
optional GroundTruth global_ground_truth = 7 ;
114
119
You can’t perform that action at this time.
0 commit comments