Skip to content

Simple implementation of SO3 and SE3 Lie Group operation in numpy

Notifications You must be signed in to change notification settings

IzzyBrand/np_lie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple implementation of SO3 and SE3 Lie Group operation in numpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages