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
Currently, we try to automatically infer yaw (N_YAW=20), which can cause issues for symmetric marker configurations. Instead, we should use the known initial pose. This affects both the Pose mode and Hybrid mode.
On the way, the code should be cleaned up:
Use radius search, rather than k-search + manual filtering;
The initial guess should include the initial pose, not just position (e.g., to support very long rigid bodies properly).
The text was updated successfully, but these errors were encountered:
Currently, we try to automatically infer yaw (N_YAW=20), which can cause issues for symmetric marker configurations. Instead, we should use the known initial pose. This affects both the Pose mode and Hybrid mode.
On the way, the code should be cleaned up:
The text was updated successfully, but these errors were encountered: