GithubHelp home page GithubHelp logo

KALMAN : Derivative is slow about xcvario HOT 3 CLOSED

tilaktilak avatar tilaktilak commented on September 21, 2024
KALMAN : Derivative is slow

from xcvario.

Comments (3)

tilaktilak avatar tilaktilak commented on September 21, 2024

Vetat = [a da/dt];

  • Only 1 measurement : 1 measurement noise
  • Estimate measurement noise by : Measure static output of sensor, variance should be 1/6 * (range of static data). Need to check a simulation of a random variable with gaussian noise
  • Update look like this : measure = H*X + sigma_measure => check if sigma measure is a variance/ecart-type or random variable.
  • Predict : Xk+1 = A*Xk => [1 dt; 0 1] + P ? Not sure
  • ak+1 = dt*(dak/dt) + ak + SIGMA1
  • (dak+1/dt) = (dak/dt) + SIGMA 2
  • SIGMA 1 = 0 because model is true theorically. SIGMA2 should be set to a value near max acceleration that the system can take ( equivalent to dt*(d^2a/dt^2) but as we do not measure acceleration, it's estimated by a random variable). It's also possible to estimate derivative only with a SIGMA2, if system is really dynamic (but could diverge if spark on measurement or loss of sensor). It's also possible to have (da/dt)*0.98 + SIGMA2 to stabilize filter ( loss of sensor or spark )

from xcvario.

tilaktilak avatar tilaktilak commented on September 21, 2024

Problem seems linked to loop timing : Should measure dt to process kalman even if loop is late.

from xcvario.

tilaktilak avatar tilaktilak commented on September 21, 2024

Closed by e690d9b

from xcvario.

Related Issues (10)

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.