You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New method mrpt::maps::CPointsMap::insertPointFrom() (and associated auxiliary methods) to easily copy points between different point clouds with different fields (timestamp, ring, RGB, etc.).
\ref mrpt_obs_grp
mrpt::maps::CSimpleMap changes:
Added an optional twist field.
Simplified API for preferred usage with structured binding tuples.
\ref mrpt_system_grp
More readable results in mrpt::system::unitsFormat() for the special case of exactly 0.
BUG FIXES:
Fix filtering of NANs input point clouds in mrpt::maps::CPointsMap::insertAnotherMap().