GLIM
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
glim::RawPoints Struct Reference

Raw point cloud frame. More...

#include <raw_points.hpp>

Public Types

using Ptr = std::shared_ptr< RawPoints >
 
using ConstPtr = std::shared_ptr< const RawPoints >
 

Public Member Functions

int size () const
 Number of points.
 

Public Attributes

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.
 

Detailed Description

Raw point cloud frame.


The documentation for this struct was generated from the following file: