Skip to content

Commit db8608e

Browse files
Stefan Cyliaxpmai
authored andcommitted
correct citation for external source
Signed-off-by: Stefan Cyliax <stefan.cyliax@asam.net>
1 parent 40a6ab3 commit db8608e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

osi_featuredata.proto

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,15 +453,19 @@ message LidarDetection
453453
// Echo pulse width of the detection's echo.
454454
// Several sensors output an echo pulse width instead of an intensity for each individual detection.
455455
// The echo pulse is measured in m and measures the extent of the object parts or atmospheric particles that produce the echo.
456-
// Fig. 7 shows an example where the two echos are reflected from the edges A-B and C-D. For more details, see [Rosenberger et al.](https://link.springer.com/content/pdf/10.1007/s41104-020-00066-x.pdf).
457-
// Fig. 8 shows how the echo pulse width is measured as the range between the rising edge and the falling edge that crosses the intensity threshold. For more details, see [Rosenberger et al.](https://link.springer.com/content/pdf/10.1007/s41104-020-00066-x.pdf).
456+
// \note For more details see [1] Fig. 7 and 8.
457+
// \note Fig. 7 shows an example where the two echos are reflected from the edges A-B and C-D.
458+
// \note Fig. 8 shows how the echo pulse width is measured as the range between the rising edge and the falling edge that crosses the intensity threshold.
458459
//
459460
// Unit: m
460461
//
461462
// \rules
462463
// is_greater_than_or_equal_to: 0
463464
// \endrules
464465
//
466+
// \par Reference:
467+
// [1] Rosenberger, P., Holder, M.F., Cianciaruso, N. et al. (2020). <em>Sequential lidar sensor system simulation: a modular approach for simulation-based safety validation of automated driving</em> Automot. Engine Technol. 5, Fig 7, Fig 8. Retrieved May 10, 2021, from https://doi.org/10.1007/s41104-020-00066-x
468+
//
465469
optional double echo_pulse_width = 11;
466470
}
467471

0 commit comments

Comments
 (0)