Get started
Solutions & pricing
3D LiDAR
Full 3D SLAM
State estimation
mp2p_icp
Learn more
#include <LidarOdometry.h> struct TimestampedAcc { // fields double timestamp = 0; std::array<double, 3> acc = {0, 0, 0}; };