Raw point cloud frame.
More...
#include <raw_points.hpp>
|
|
using | Ptr = std::shared_ptr< RawPoints > |
| |
|
using | ConstPtr = std::shared_ptr< const RawPoints > |
| |
|
|
int | size () const |
| | Number of points.
|
| |
|
|
double | stamp |
| | Timestamp of the first point.
|
| |
|
std::vector< double > | times |
| | Per-point timestamps relative to the first point.
|
| |
|
std::vector< double > | intensities |
| | Point intensities.
|
| |
|
std::vector< Eigen::Vector4d > | points |
| | Point coordinates.
|
| |
|
std::vector< Eigen::Vector4d > | colors |
| | Point colors.
|
| |
|
std::vector< uint32_t > | rings |
| | Ring numbers of scanned points.
|
| |
The documentation for this struct was generated from the following file: