-
Notifications
You must be signed in to change notification settings - Fork 263
Description
First of all, thank you for this great repository!
I would like to make a feature request for adding an additional Lie group
This can be useful in some applications using inertial measurement units. Please see, Associating Uncertainty to Extended Poses for on Lie Group IMU Preintegration with Rotating Earth, where the orientation, position and linear velocity (with the frame located in the origin of the body and the orientation same as the inertial frame) can be packed into a single Lie group.
Similarly. a possible extension could be towards a generic
@artivis Do you think it would be meaningful to have these Lie groups added to the repository?
I've made an initial implementation for
However, there is a missing implementation for the action of this Lie group on a vector, act() method. It was not clear to me about how this operation might work.
Let me know what you think about this. If you agree, I can maybe open a PR. Thank you!