We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbc2e9 commit 86e2f7eCopy full SHA for 86e2f7e
osi_lowleveldata.proto
@@ -66,6 +66,9 @@ message LidarPoint
66
67
/// Duration of the echo pulse (above system noise cut-off threshold). Unit: [ns].
68
optional double echo_pulse_duration = 6;
69
+
70
+ // Layer id starting from zero for the bottom layer of the point cloud.
71
+ optional uint32 layer = 7;
72
73
/// Definition of reflection types.
74
enum ReflectionType
0 commit comments