Git Product home page Git Product logo

Comments (1)

Lezh1k avatar Lezh1k commented on July 19, 2024 1

@mkandulavm

Hello.

  1. It means that we trust position measurement 10 times less than we trust velocity measurement. (as bigger value in R matrix as less we trust this measurment. and the oposite is right too).

It's not totally random but still very inaccurate value. I found somewhere that velocity received from GPS sattelite based on Doppler effect and it's ten times more accurate than coordinates. That's why I used this coefficient.

I'm not sure how to improve these values, sorry.

  1. Accelerometer deviation can be found in 2 ways. First - you can get it from documentation to your particular accelerometer. Second - you can ask user and apply calibration step. I'm not sure if calibration step in this repo or not. But the princip is very simple. You need to log accelerometer measurements during 1 minute (or 30 seconds) when your phone/device is laying without movement. Expected measurement for Z axis is 9.81, and for X and Y - zeroes . SO the mean value for X and Y will be our accelerometer deviation. For Z axis you need to subtract mean value from 9.81 .

  2. It's better to call predict every time you get measurements from sensor.

Thank you for interest. The library is outdated so I'd recommend to use it as base for your solution.

from mad-location-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.