forked from lacker/ikalman
-
Notifications
You must be signed in to change notification settings - Fork 2
An iPhone-friendly Kalman filter written in C.
License
open-city/ikalman
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
See gps.h for usage. --------- Check LICENSE for licensing info. Python bindings are used like: import py_kalman filter = py_kalman.filter(<noise double>) filter.update_velocity2d(<lat>, <lon>, <seconds_since_last_update>) filter.get_mph() filter.get_lat_long() filter.get_velocity() filter.get_bearing() Installation should be as simple as: python setup.py install
About
An iPhone-friendly Kalman filter written in C.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published