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 a general hat function #20

Open
aerogjy opened this issue May 4, 2022 · 1 comment
Open

Add a general hat function #20

aerogjy opened this issue May 4, 2022 · 1 comment
Assignees
Labels
help wanted You are welcomed to discuss with pypose dev team and state your interests in implementing it. new feature New feature or request question Further information is requested

Comments

@aerogjy
Copy link
Contributor

aerogjy commented May 4, 2022

Problem to solve

Add a general hat function to replace the current vec2skew

Further details

Besides so3, which has a 3x3 skew matrix, all the rest of se3, sim3, etc types have the the closed form representation of the hat matrix, which are used pretty often.

Proposal

For each Lie Type, create a corresponding hat function.

Documentation

Args: input (LieTensor): The input LieTensor (Lie algebra)
Return: a matrix representing the hat operation

Testing

No risk.

@wang-chen wang-chen added new feature New feature or request help wanted You are welcomed to discuss with pypose dev team and state your interests in implementing it. question Further information is requested labels May 4, 2022
@wang-chen
Copy link
Member

Hi @aerogjy Are we still going to add this feature? Could you provide more mathematical details for this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted You are welcomed to discuss with pypose dev team and state your interests in implementing it. new feature New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants