Quickstart
3D LiDAR
mp2p_icp
Learn more
serializer helper to test serialize(…) and deserialize(…) functions
#include <utils.h> class serializer { public: // methods template <class T> void operator () (const T& val); std::string str() const; };