Robot's source code

Dependencies:   mbed

Revision:
109:53918ba98306
Child:
123:55e5e9acc541
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Map/Obstacles/Obstacle.cpp	Tue May 05 16:35:53 2015 +0000
@@ -0,0 +1,15 @@
+#include "Obstacle.h"
+
+Obstacle::Obstacle(float robotRadius)
+{
+    this->robotRadius = robotRadius;
+    bigShape = true;
+    smoothBigShape = false;
+    id = -1;
+}
+
+Obstacle::~Obstacle()
+{
+    
+}
+