From 86e2f7e40a45be9fbb4c7f52db80fc71b708258a Mon Sep 17 00:00:00 2001 From: TimoHankeBMW Date: Thu, 23 Feb 2017 18:04:40 +0100 Subject: [PATCH] Add layer id to low level point cloud data. --- osi_lowleveldata.proto | 3 +++ 1 file changed, 3 insertions(+) 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