Skip to content

Commit 86e2f7e

Browse files
authored
Add layer id to low level point cloud data.
1 parent 4fbc2e9 commit 86e2f7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

osi_lowleveldata.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ message LidarPoint
6666

6767
/// Duration of the echo pulse (above system noise cut-off threshold). Unit: [ns].
6868
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;
6972

7073
/// Definition of reflection types.
7174
enum ReflectionType

0 commit comments

Comments
 (0)