kalman_dr 0.4.0
kalman_dr: ^0.4.0 copied to clipboard
4D Extended Kalman Filter for dead reckoning through tunnels and urban canyons when GPS drops out. Pure Dart, no native deps.
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.4.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';