Project

General

Profile

Statistics
| Branch: | Revision:

root / scout / libscout / src / Sensors.h @ fb61cb17

History | View | Annotate | Download (2.84 KB)

# Date Author Comment
93cebb99 11/03/2013 04:02 PM Yuyang Guo

added BomControl class and to the scout sensor

676cbe0e 04/14/2013 03:15 PM Priya

Integrated paintboard and metal detector control classes more fully.

c5901d9a 04/14/2013 02:59 PM Priya

Added Metal Detector to the sensor class. Now behaviors can access it. Also made it directly return the bool from messages.

34a60a3b 04/14/2013 02:34 PM Priya

Added RungeKutta to the helper classes and changed the odometry to use that instead. Also created PaintboardControl files, changed the Makefile to compile all control classes and deleted Cliffsensor control becase it did not work.

d140fd71 10/28/2012 04:37 PM Yuyang

Added Sensors class that abstracts away sensors from behaviors. Stops creating
duplicated sensors for each scout.