Skip to content

Commit 56de6eb

Browse files
committed
Adding the missing field for echo pulse width to logical detections for fused lidar detections
Signed-off-by: PhRosenberger <[email protected]>
1 parent 3590ea0 commit 56de6eb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

osi_logicaldetectiondata.proto

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,24 @@ message LogicalDetection
198198
// Basic classification of the logical detection.
199199
//
200200
optional LogicalDetectionClassification classification = 11;
201+
202+
// Echo pulse width of the logical detection's echo.
203+
// Several sensors output an echo pulse width instead of an intensity for each individual detection.
204+
// The echo pulse is measured in m and measures the extent of the object parts or atmospheric particles that produce the echo.
205+
// \note For more details see [1] Fig. 7 and 8.
206+
// \note Fig. 7 shows an example where the two echos are reflected from the edges A-B and C-D.
207+
// \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.
208+
//
209+
// Unit: m
210+
//
211+
// \rules
212+
// is_greater_than_or_equal_to: 0
213+
// \endrules
214+
//
215+
// \par Reference:
216+
// [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
217+
//
218+
optional double echo_pulse_width = 12;
201219
}
202220

203221
// Definition of basic logical detection classifications.

0 commit comments

Comments
 (0)