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

Use same pose model for symbolic and autodiff #1775

Closed
wants to merge 1 commit into from

Conversation

servantftechnicolor
Copy link
Contributor

Symbolic ceres solver was using SO(3) matrix as internal representation.
Autodiff ceres solver was using so(3) vector as internal representation.

Symbolic ceres solver is now using so(3) vector as internal representation.

Next step is to merge symbolic cost functions inside the same class than autodiff cost functions

@servantftechnicolor servantftechnicolor marked this pull request as draft November 7, 2024 13:03
@servantftechnicolor servantftechnicolor deleted the dev/updaterotation branch November 13, 2024 10:17
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

Successfully merging this pull request may close these issues.

1 participant