EKF SLAM predict
Chris7462 opened this issue · 0 comments
Chris7462 commented
PythonRobotics/SLAM/EKFSLAM/ekf_slam.py
Line 33 in 73d1189
It seems to me that the input for jacob_motion should be xEst instead of xEst[0:S], and the dimension of G should be len(xEst) by len(xEst).
PythonRobotics/SLAM/EKFSLAM/ekf_slam.py
Line 35 in 73d1189
This line updates only the covariance of the pose; it does not update the covariance between the pose and the map, i.e.