add ekf SLAM animation

This commit is contained in:
Atsushi Sakai
2018-03-06 16:22:34 -08:00
parent bc03423dcf
commit ce0702411d
2 changed files with 1 additions and 0 deletions

BIN
SLAM/EKFSLAM/animation.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 MiB

View File

@@ -10,6 +10,7 @@ import numpy as np
import math
import matplotlib.pyplot as plt
# EKF state covariance
Cx = np.diag([0.5, 0.5, math.radians(30.0)])**2