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

Add vee #302

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Add vee #302

merged 1 commit into from
Aug 6, 2024

Conversation

artivis
Copy link
Owner

@artivis artivis commented Aug 5, 2024

Add 'vee', the API is shown in the following pseudo-code:

LieAlg lie_alg = Tangent::Random().hat();
---
Tangent tangent = Tangent::Vee( lie_alg );
// or
tangent.setVee( lie_alg );

@artivis artivis self-assigned this Aug 5, 2024
Copy link
Collaborator

@joansola joansola left a comment

Choose a reason for hiding this comment

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

Hey. Just one small comment on a "bracket" thing.

include/manif/impl/rn/RnTangent_base.h Show resolved Hide resolved
Copy link
Collaborator

@joansola joansola left a comment

Choose a reason for hiding this comment

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

OK

@artivis artivis merged commit 33be710 into devel Aug 6, 2024
42 checks passed
@artivis artivis deleted the feat/vee branch August 6, 2024 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants