Covariance matrix P

Search IconIcon to open search

Source: SLAM for Dummies

s. also EKF matrices

Covariance matrix P

  • Covariance: measure of correlation of two variables
  • Correlation: measure of degree of linear dependence

unknown_filename.png

Acovariance of the robote POSEupdated in Step 1: Odometry update3x3
B .. Ccovariance on the first .. nth landmark Step 3: New landmarks2x2
Dcovariance between POSE and first LMupdated in Step 1: Odometry update2x3
E, etcE = D^T, etcupdated in Step 1: Odometry update3x2
F=G^TStep 3: New landmarks

Initially $P = A$ (robot has not seen any LMs)

Include initial uncertainty

  • There will often be a singular error if the initial uncertainty is not included
  • good idea to include some initial error even though there is reason to believe that the initial robot position is exact
  • initialise default values for the diagonal

Top three rows: cross correlation between POSE and landmarks updated in step 1 (odometry update)