forked from facontidavide/LeGO-LOAM-BOR
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eduardo Perdices
committed
Mar 6, 2020
1 parent
023e05a
commit 3d269f1
Showing
1 changed file
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
Header header | ||
|
||
int32[] startRingIndex | ||
int32[] endRingIndex | ||
|
||
float32 startOrientation | ||
float32 endOrientation | ||
float32 orientationDiff | ||
|
||
bool[] segmentedCloudGroundFlag # true - ground point, false - other points | ||
uint32[] segmentedCloudColInd # point column index in range image | ||
float32[] segmentedCloudRange # point range | ||
|
||
Header header | ||
|
||
int32[] start_ring_index | ||
int32[] end_ring_index | ||
|
||
float32 start_orientation | ||
float32 end_orientation | ||
float32 orientation_diff | ||
|
||
# true - ground point, false - other points | ||
bool[] segmented_cloud_ground_flag | ||
# point column index in range image | ||
uint32[] segmented_cloud_col_ind | ||
# point range | ||
float32[] segmented_cloud_range |