Complete enough.

This commit is contained in:
2016-06-28 04:02:31 -04:00
parent cecd37420d
commit fecc196ae7
9 changed files with 211 additions and 95 deletions

View File

@@ -51,7 +51,8 @@ private:
phero_sensor_t _phero_sensor;
void avoid_wall(float front_speed, float turn_speed);
void deposit_pheromone();
void deposit_pheromone(float x, float y);
float brss();
};
#endif