DESCRIPTION: Homework 5 of Mobile Robotic
AUTHOR : Tsung-Han Brian Lee
LICENSE : MIT
Updating the mean and covaraince jointly by augumenting the measurement vector and augumenting the Jacobian of sensor model.
e.g. 1 observation measurement shape = (2, 1), while 3 observations measurement shape = (6, 1).
Updating the mean and covariance of state separately and sequentially.
16 KNOWN_CORRESPONDENCY = false;
17 WATCH_SCOPE = <value_you_want>;
In plotGaussian.m
, modify to meet your need.
33 chisquare_val = sqrt(chi2inv(<confidence>, 2));
- Dynamic Systems amd Control Lab @ National Tsing Hua University