17namespace measurement {
Collection of math functions.
Generic point and point cloud types.
Stores a vector of points in 3D space.
Definition PointCloud.hpp:43
Structure for holding a measurement from a ToF sensor.
Definition TofMeasurement.hpp:23
unsigned int frame_id
Frame number of the TofMeasurement.
Definition TofMeasurement.hpp:25
PointCloud point_cloud
Point cloud of the Time-of-Flight sensor measurement.
Definition TofMeasurement.hpp:28