Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for initial orientation #5

Open
whoenig opened this issue Aug 15, 2024 · 0 comments
Open

Support for initial orientation #5

whoenig opened this issue Aug 15, 2024 · 0 comments

Comments

@whoenig
Copy link

whoenig commented Aug 15, 2024

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:

  1. Use radius search, rather than k-search + manual filtering;
  2. The initial guess should include the initial pose, not just position (e.g., to support very long rigid bodies properly).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant