Time is good

Dependencies:   RoboClaw mbed

Fork of Robot2016_2-0 by ARES

Revision:
20:30942f018252
Parent:
18:0f1fefe78266
--- a/Map/Objectifs/Objectif.cpp	Thu Jan 07 15:54:49 2016 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#include "Objectif.h"
-
-Objectif::Objectif(float x, float y, float theta)
-{
-    this->x = x;
-    this->y = y;
-    this->theta = theta;
-    done = false;
-    active = true;
-    id = -1;
-}
\ No newline at end of file