pypose icon indicating copy to clipboard operation
pypose copied to clipboard

Add a general hat function

Open aerogjy opened this issue 3 years ago • 1 comments

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.

aerogjy avatar May 04 '22 00:05 aerogjy

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

wang-chen avatar Oct 14 '22 03:10 wang-chen