Project

General

Profile

Statistics
| Branch: | Revision:

root / scout / libscout / CMakeLists.txt @ 65c7f52b

History | View | Annotate | Download (1.42 KB)

# Date Author Comment
a8480867 12/04/2011 01:17 AM Alex Zirbel

Made a lot of changes to the general structure.

Applied object-orienting techniques to the code, cleaning it up considerably. Major design changes are as follows:

  • All separate node code (ie motors) are meant to only interface with hardware - doing as little logic as possible....
6d488cf1 11/30/2011 07:45 PM Priya

Only added libbuttons files. Adding changes to libscout that make libbuttons work.

3ec16d35 11/16/2011 10:14 PM Ben Wasserman

Fixed bugs I saw in headlights code. Fixed object parameter missing error. Added no-set capability to headlights. Changed attribution in motors. Fixed CMakeLists.txt due to error I put in there on my last commit (extra comma). Should compile now. I'm sorry if it doesn't.

3d0c1eda 11/16/2011 06:40 PM Ben Wasserman

Added behavior.cpp to CMakeLists.txt because I forgot to add it before.

c406f16b 09/28/2011 04:04 PM Ben

Created first version of git repository; added libscout and motors packages.

The repository root is the ros directory, which contains the ROS stack for the scout project.
The included files are those that ROS creates with a new stack or package, and those created manually. Files created during compilation are not included....