Skip to content

Commit 14593d6

Browse files
authored
Apply suggestions from code review
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent c45f95e commit 14593d6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

osi_sensordata.proto

+7-3
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,13 @@ message SensorData
317317
//
318318
// \brief Virtual detection area of a sensor
319319
//
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.
323327
//
324328
message VirtualDetectionArea
325329
{

0 commit comments

Comments
 (0)