Update Summary
- The mesh loader functionality has been abstracted, enabling users to implement custom model loading pipelines.
FoundationPose now outputs poses in the mesh coordinate frame (convert to bounding box coordinates using ConvertPoseMesh2BBox from mesh_loader.hpp).
Register and Track processes are fully decoupled - no longer maintaining internal pose state between calls.
These changes are available in the develop_refactor_mesh_loader branch.
We welcome testing and feedback!