Git Product home page Git Product logo

Comments (1)

rodralez avatar rodralez commented on July 28, 2024 2

Hi Alevs,

Thank you very much for exposing another bug.

Yes, static bias is not used in NaveGo and this is wrong.

Static bias can be modeled as a sum of a deterministic part and a stochastic part. The deterministic static bias can be found using a calibration method in a laboratory. The stochastic static bias provides a constant variation in the bias every time the IMU is switched on (run-to-run variation). This error is compensated by the Kalman filter.

Previous versions of NaveGo compensated the stochastic static biases but we realized that this error was also captured by the stochastic dynamic biases, so the compensation of stochastic static biases was dropped and the state vector was reduced from 21 states to 15 states.

That's why we forgot about the static bias, but the deterministic part has to be still compensated.

The following code has been added to the ins_gnss.m file (lines 249 and 250):

wb_corrected = imu.wb(i,:)' + gb_dyn - imu.gb_sta';
fb_corrected = imu.fb(i,:)' + ab_dyn - imu.ab_sta';

Now the deterministic part of the static bias is compensated. Nevertheless, you will see that this change doesn't provide any improvement in NaveGo real data examples.

I have also changed the line 211:

b(1,:) = [imu.gb_dyn, imu.ab_dyn];

Once again, thank you very much for your feedback. We will be happy if you become officially a NaveGo's contributor. Just let me know if you are interested at rodralez at frm utn edu ar.

Regards.

from navego.

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.