Voili voilou
Dependencies: RoboClaw StepperMotor mbed
Fork of Robot2016_2-0 by
Diff: Map/Obstacles/Obstacle.cpp
- Revision:
- 46:8eae88c45a78
- Parent:
- 45:b53ae54062c6
--- a/Map/Obstacles/Obstacle.cpp Wed Apr 13 12:47:47 2016 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -#include "Obstacle.h" - -Obstacle::Obstacle(float robotRadius, int id) -{ - this->robotRadius = robotRadius; - this->id = id; - this->active = true; - bigShape = true; - smoothBigShape = false; -} - -Obstacle::~Obstacle() -{ - -} -