Skip to content

serhatsoyer/py4Nav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py4Nav

Navigation code in Python

Intro

  • This repo is for my personal study of some navigation concepts
  • Jupyter Notebooks have some markdown cells which contain explanations in LaTeX which are sometimes rendered incorrectly by GitHub. So, it is sometimes better to study locally
  • Examples in this repo are not ordered
  • All code and all examples are prone to all kinds of errors
  • Any corrections, suggestions, improvements, etc. are welcome

Contents

To Do List

  • Compare the results with the indicated values from datasheets for /topics/sensor_characterization/allan.ipynb
    • Read ARW, VRW, and bias instability values from the plots if possible
    • Try to find the iPhone7 or a similar smartphone's IMU specs
    • Study ARW and VRW units
    • Convert the units correctly
  • Study and demonstrate KF basics. Find a popular and stable library if any exists. Implement yourself otherwise
  • Study and demonstrate extended KF basics
  • Study and demonstrate unscented KF basics

My Other Study Repos

Written by serhatsoyer