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
Particle filtering algorithm pfStandardProposal now uses TBB (if present) for automatically running weight updates in parallel.
\ref mrpt_rtti_grp:
mrpt::rtti::CObject::GetRuntimeClassIdStatic() no longer depends on static variables, but on constexpr. This totally removes the possibility of initialization order fiasco while registering classes.
IMPORTANT CHANGE: To make the change above possible, these macros have changed: