Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions osi_lowleveldata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down