ikalman
ikalman copied to clipboard
An iPhone-friendly Kalman filter written in C.
Results
2
ikalman issues
Sort by
recently updated
recently updated
newest added
nan
4
Hi, I'm trying to implement this in my custom location manger on iOS but get_lat_long get_bearing and get_mph all just return nan. I'm creating the filter like this: ``` self.kalmanFilter...
Hi, I made a few simple modifications to your code that allows you to link against it when it is compiled in C but included in C++. Your choice if...