diff --git a/osi_lowleveldata.proto b/osi_lowleveldata.proto index 543e10c19..d8144ad3e 100644 --- a/osi_lowleveldata.proto +++ b/osi_lowleveldata.proto @@ -66,6 +66,9 @@ message LidarPoint /// Duration of the echo pulse (above system noise cut-off threshold). Unit: [ns]. optional double echo_pulse_duration = 6; + + // Layer id starting from zero for the bottom layer of the point cloud. + optional uint32 layer = 7; /// Definition of reflection types. enum ReflectionType