Skip to content

Commit 98bc235

Browse files
PhRosenbergerpmai
authored andcommitted
echo_pulse_width added in osi_featuredata.proto for message LidarDetection.
Signed-off-by: Rosenberger, Philipp <rosenberger@fzd.tu-darmstadt.de>
1 parent fbba25b commit 98bc235

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

osi_featuredata.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,16 @@ message LidarDetection
449449
// Lambertian reflectivity.
450450
//
451451
optional double reflectivity = 10;
452+
453+
// Echo pulse width of the detection's echo.
454+
//
455+
// Unit: m
456+
//
457+
// \rules
458+
// is_greater_than_or_equal_to: 0
459+
// \endrules
460+
//
461+
optional double echo_pulse_width = 11;
452462
}
453463

454464
//

0 commit comments

Comments
 (0)