GithubHelp home page GithubHelp logo

wuyou33 / matrix-fisher-gaussian Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fdcl-gwu/matrix-fisher-gaussian

1.0 1.0 0.0 16.03 MB

Distribution and filtering on SO(3) x Euclidean space

MATLAB 62.45% TeX 36.83% M 0.59% Mercury 0.14%

matrix-fisher-gaussian's Introduction

Matrix-Fisher-Gaussian

Distribution and filtering on SO(3) x Euclidean space

List of parameters

  • angular velocity noise parameters

    • parameters.omegaNoise.randomWalk: random walk noise for angular velocity
    • parameters.omegaNoise.biasInstability: bias random walk noise for angular velocity
  • measurement noise parameters

    • parameters.meaNoise
      • A 3-by-3 matrix if meaIsVec==false, representing the covariance for attitude uncertainty (GaussMea==true), or S for attitude uncertainty (GaussMea==false).
      • A nVecRef-by-1 vector if meaIsVec==true, representing the variance for isotropic vector measurement uncertainty (GaussMea==true), or kappa for unit vector uncertainty (GaussMea==false).
  • other settings

    • parameters.setting.omegaLocal: true if angular velocity is measured in body-fixed frame; false if angular velocity is measured in inertial frame.
    • parameters.setting.GaussMea: true if the measurement noise is Gaussian; false if the measurement noise is matrix Fisher (meaIsVec==false) or von Mises Fisher (meaIsVec==true).
    • parameters.setting.meaIsVec: true if measurements are vectors; false if measurement is attitude.
  • vector measurement settings

    • parameters.setting.vecRefInertial: true if reference vector is in inertial frame; false if reference vector is in body-fixed frame.
    • parameters.setting.nVecRef: number of reference vectors.
    • parameters.setting.vRef: reference vectors, a 3*nVecRef-by-1 vector.
  • attitude measurement settings

    • parameters.setting.attMeaLocal: true if the noise is in the body-fixed frame; false if the noise is in inertial frame.
  • initialization settings

    • parameters.initValue.Miu: initial bias, which is to be substracted.
    • parameters.initValue.U
    • parameters.initValue.V
    • parameters.initValue.xNoise: covariance for the initial bias
    • parameters.initValue.RNoise: covariance for initial attitude (GaussMea==true), or S for initial attitude (GaussMea==false).

matrix-fisher-gaussian's People

Contributors

wangweixin442 avatar

Stargazers

 avatar

Watchers

 avatar

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.