robot code for summer school

Dependencies:   PM2_Libary Eigen

Fork of PM2_Example_Summer_School by Alex Hawkins

Branch:
a-star
Revision:
53:bfe5eaefa695
Parent:
49:7da71f479dac
Child:
61:9b1fc2bc7172
--- a/Robot_Library/robot.cpp	Wed May 25 15:13:09 2022 +0200
+++ b/Robot_Library/robot.cpp	Thu May 26 13:31:40 2022 +0200
@@ -111,5 +111,13 @@
 
 }
 
+void Robot::LeftTurn()
+{
+    // do nothing
+}
 
+void Robot::RightTurn()
+{
+    // do nothing
+}