File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments