diff --git a/scripts/LoggerControl.py b/scripts/LoggerControl.py index 09cd3c387f4fde572bff85152900b96a4c247f78..b390dd34e223540c146beac29aaa2391e188be5a 100644 --- a/scripts/LoggerControl.py +++ b/scripts/LoggerControl.py @@ -364,6 +364,8 @@ class LoggerControl(): plt.ylabel(lgd[i]) self.custom_suptitle("Linear and angular velocities") + print("RMSE: ", np.sqrt(((self.loop_h_v[:, 0] - self.mocap_h_v[:, 0])**2).mean())) + # Analysis of the footstep locations (current and future) with a slider to move along time # self.slider_predicted_footholds()