Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / libscout / src / behaviors / line_follow.h @ 754da79f

History | View | Annotate | Download (1.84 KB)

# Date Author Comment
754da79f 12/02/2012 05:18 PM Priya

Added the behavior to behavior list and cmakelists and made things compile.

6fab3966 11/30/2012 07:21 PM Alex Zirbel

Fixed the line following code.

Now works with new units
Fixed a bug with reading the line location, correctly centering the line between -3.5 and 3.5 rather than -4 and 3.
Also fixed a bug caused by overflow in absolute speeds sent to motor control, which fixed bouncing in line following.

d140fd71 10/28/2012 04:37 PM Yuyang

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

afa9104d 05/06/2012 07:33 PM Priya

Ok Scheduler warehouse behaviour working! and linefollowing works better now! Onto better demo.

1905324e 04/26/2012 01:22 AM Priya

Trying to make the warehouse robot drive around

58371433 04/25/2012 11:45 PM Priya

Renaming to line follow and getting rid of old linefollowing files.

60b98383 03/03/2012 06:19 PM Priya

Committing some clean ups done in the linefollowing behaviours