Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 539 Bytes

File metadata and controls

19 lines (16 loc) · 539 Bytes

np_lie

Simple implementation of SO3 and SE3 Lie Group operations in numpy.

Based on A Micro Lie Theory for State Estimation in Robotics by Joan Sola.

Tangent space visualized (credit Joan Sola)

Run tests:

$ python3 test.py
[PASSED] SO3 vee inverts hat
[PASSED] SO3 log inverts exp
[PASSED] SO3 Log inverts Exp
[PASSED] SO3 left jacobians invert
[PASSED] SE3 vee inverts hat
[PASSED] SE3 log inverts exp
[PASSED] SE3 Log inverts Exp
[PASSED] S3 exp matches SO3 exp