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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Version 2.5.7: Released November 25th, 2022
Changes in applications:
navlog-viewer:
It now shows custom visualization artifacts stored in the new field mrpt::nav::CLogFileRecord::visuals.
Changes in libraries:
Upgrade embedded version of nanoflann to current master (2022-Nov-18).
\ref mrpt_maps_grp
mrpt::math::KDTreeCapable updated to build against nanoflann v1.5.0
\ref mrpt_system_grp
New method mrpt::system::COutputLogger::setVerbosityLevelForCallbacks()
General build changes:
clang-format: enforce and upgraded to use clang-format-11.
BUG FIXES:
Fix crash if calling mrpt::opengl::CSetOfObjects::getByName() with null pointers as children objects.
Fix opengl resources leak if mrpt::opengl::CRenderizableShaderTexturedTriangles instance is destroyed from a thread different than the one used to render.