mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 13:18:18 -05:00
add ekf SLAM animation
This commit is contained in:
BIN
SLAM/EKFSLAM/animation.gif
Normal file
BIN
SLAM/EKFSLAM/animation.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 MiB |
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user