Skip to content

Commit

Permalink
Add CloudInfo message
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Perdices committed Mar 6, 2020
1 parent 023e05a commit 3d269f1
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions cloud_msgs/msg/CloudInfo.msg
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

0 comments on commit 3d269f1

Please sign in to comment.