Skip to content

Add mean() method for SE3 objects. #167

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

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

petercorke
Copy link
Collaborator

This extends the mean functionality of SO3 objects to SE3 objects with a new method SE3.mean(). Rotation is averaged using the Karcher mean implemented in SO3.mean() and translation is averaged arithmetically. There is no weighting implemented at this time.

Some mods to the documentation for SO3.mean() for consistency.

Copy link
Collaborator

@myeatman-bdai myeatman-bdai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@myeatman-bdai myeatman-bdai merged commit 99fd55b into bdaiinstitute:master Mar 7, 2025
15 checks passed
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.

2 participants