You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comparing it with the soft_reset_kalman function, it is possible that the duplicated memcpy calls are meant to reset P_hat_data and x_hat_data, instead of resetting again x_bar_data and P_bar_data.
The text was updated successfully, but these errors were encountered:
In the file
kalman_filter.cpp
, there is the following duplicated code inside the functionreset_kalman
:Comparing it with the
soft_reset_kalman
function, it is possible that the duplicated memcpy calls are meant to resetP_hat_data
andx_hat_data
, instead of resetting againx_bar_data
andP_bar_data
.The text was updated successfully, but these errors were encountered: