Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / libscout / src / behavior.cpp @ 76a1593f

History | View | Annotate | Download (2.47 KB)

# Date Author Comment
dec96050 11/27/2011 12:25 AM Priya

Made libscout compile. Changed behavior.cpp to set motors to the same speed in order to test simulator code.

737bb380 11/16/2011 06:40 PM Ben Wasserman

Restructured libscout.(cpp/h) so the behavior main runs in a separate file, and just calls upon libscout.cpp for initialization. This behavior function can then be swapped out or changed, and the rest of the libscout node can be precompiled so it doesn't have to be recompiled every time.