Skip to content
Snippets Groups Projects
Commit c217595c authored by odri's avatar odri
Browse files

Add RMSE print

parent a931a508
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment