kalman_dr 0.3.0
kalman_dr: ^0.3.0 copied to clipboard
4D Extended Kalman Filter for dead reckoning during GPS loss. Covariance-driven accuracy with EKF and linear extrapolation modes. Maintains position estimation through tunnels and urban canyons. Pure [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add kalman_drWith Flutter:
$ flutter pub add kalman_drThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
kalman_dr: ^0.3.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:kalman_dr/kalman_dr.dart';