mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 19:08:06 -05:00
not to change in ekf_estimation's args
This commit is contained in:
@@ -183,7 +183,7 @@ def main():
|
||||
|
||||
xTrue, z, xDR, ud = observation(xTrue, xDR, u)
|
||||
|
||||
xEst, PEst = ekf_estimation(xEst, PEst, z, u)
|
||||
xEst, PEst = ekf_estimation(xEst, PEst, z, ud)
|
||||
|
||||
# store data history
|
||||
hxEst = np.hstack((hxEst, xEst))
|
||||
|
||||
Reference in New Issue
Block a user