Commit 14593d6 1 parent c45f95e commit 14593d6 Copy full SHA for 14593d6
File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -317,9 +317,13 @@ message SensorData
317
317
//
318
318
// \brief Virtual detection area of a sensor
319
319
//
320
- // The virtual detection area describes the area the sensor can see in a best case scenario
321
- // where no occlusion or other statistical effects are considered. It is described by a set
322
- // of polygons.
320
+ // The virtual detection area describes the nominal area the sensor is capable of covering
321
+ // in its current operating mode, without taking occlusion or other statistical effects into account.
322
+ // This information can be used for visualization or other development purposes as a rough guide
323
+ // to nominal sensor performance.
324
+ //
325
+ // It is described by a set of polygons in cartesian coordinates as a pragmatic approximation for
326
+ // the rough shapes expected.
323
327
//
324
328
message VirtualDetectionArea
325
329
{
You can’t perform that action at this time.
0 commit comments