Git Product home page Git Product logo

Comments (8)

Lezh1k avatar Lezh1k commented on August 18, 2024

Approach is definitely correct.
But need more info about your setup and filter settings.

from mad-location-manager.

klagupl avatar klagupl commented on August 18, 2024

I use only the kalman filter implementation from this repo. So basicaly i initialized filter with first point data, then I predict with acceleration, and update with gps data.
No additional settings.
Maybe the problem is, I use wrong standard deviation for acceleration and position.
Or the accelerometer is not calibrated?

from mad-location-manager.

Lezh1k avatar Lezh1k commented on August 18, 2024

Maybe you use uncalibrated accelerometer.
There are 2 variants of using filter here :
Use speed readings from GPS receiver or not use.

Also this sensor bosch bno055 - did you calibrate it? I mean it uses magnetometer and when you use magnetometer you should compensate soft and hard iron distortions there .

from mad-location-manager.

Lezh1k avatar Lezh1k commented on August 18, 2024

That's why I asked about your setup :)

from mad-location-manager.

klagupl avatar klagupl commented on August 18, 2024

I'm using variant with speed from GPS. The magnetometer is calibrated according to my mechanical compass.
Maybe frequency is the issue? It's only 5hz.

from mad-location-manager.

Lezh1k avatar Lezh1k commented on August 18, 2024

No, it should not be an issue.

from mad-location-manager.

klagupl avatar klagupl commented on August 18, 2024

So here is what i found, looking at the path.
image

On the image above we can clearly see that the path is not correct, it should by along a street.
And when the filter is updated with correct gps data, it's ignored and getting even worse.
So the filter is not filtering at all. Prediction works, but updating not.
Any ideas ? :D

from mad-location-manager.

Userpc1010 avatar Userpc1010 commented on August 18, 2024

Sensor is bosch bno055 it has a drawback, it cannot accurately maintain orientation during prolonged accelerations and vibrations, these are problems of its fusion algorithm, it may be worth trying a more reliable sensor.

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.