robot code for summer school

Dependencies:   PM2_Libary Eigen

Fork of PM2_Example_Summer_School by Alex Hawkins

Revision:
54:b442660523df
Parent:
49:7da71f479dac
Child:
57:8bf0b5a70065
--- a/Robot_Library/robot.h	Wed May 25 11:36:19 2022 +0200
+++ b/Robot_Library/robot.h	Thu May 26 14:48:31 2022 +0200
@@ -10,6 +10,7 @@
 
     public:
         Robot();
+        ~Robot();
         void Update();
 
     private: