Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions playground/common/contact_aided_invariant_ekf/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"""
Contact aided invariant extended Kalman Filter
Author: Nathan Kong
Description: Contact aided invariant extended Kalman Filter TODO: fill in description.
Following invariant-ekf implementation from https://github.com/RossHartley/invariant-ekf
"""
Loading