Giter Club home page Giter Club logo

Comments (2)

danieldyer avatar danieldyer commented on May 30, 2024

Hi Andrew,

Originally, my thinking was along the lines that each specialisation of the FixedMeasurementVector or DynamicMeasurementVector class would represent a particular set of sensors — independent of any particular filter instance — and so sharing the measurement noise covariance among all filters using that measurement vector specialisation would be more convenient as it would remove the need to set the measurement noise covariance for each filter individually.

However, looking back at it now, the use of a static member variable in the class really is a bit ugly. And, as you've pointed out, it causes problems if you'd like to change the measurement noise covariance between observations for multiple filters in parallel.

I've just pushed a new branch (dd-measurement-covariance) which moves the measurement noise covariance out of the measurement vector classes and into the filter instance (which also makes it consistent with the way state and process noise covariance are managed). Does that fit better with your use case?

from ukf.

asymingt avatar asymingt commented on May 30, 2024

Hi Daniel

Firstly, thank you for pushing that branch. I will take a look at it over the next couple of days. But, from what you have described it fits my use case perfectly. I greatly appreciate your help!

Andrew

from ukf.

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.