orca-robotics INTRODUCTION Overview Download and Install Quick Start Documentation Publications REPOSITORY Interfaces Components Libraries Utilities Software Map DEVELOPER Tutorials Examples Dev Guide Dashboard Wiki login/pass: orca/orca PEOPLE Contributors Users Project Download Mailing lists
|
orca::PointCloudData Struct ReferencePoint cloud data structure.
More...
|
Public Attributes | |
Time | timeStamp |
Time when data was measured. | |
PointCloudType | type |
type of point cloud: colour or uncoloured | |
FloatSeq | points |
|
Points are interleaved. if the Type is PointCloudTypeNoColour, then the sequence is X0,Y0,Z0,X1,Y1,Z1... If the type is PointCloudTypeColour, then it is X0,Y0,Z0,R0,G0,B0,.... Colours are specified between 0.0 and 1.0 While it would be nice from a software engineering point of view to have a collection of points as structs or classes, OpenGL works better with an interleaved arrays, otherwise we'd be spending a lot of time just packing and unpacking stuff. |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)