Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / libscout / src / HeadlightControl.cpp @ 6ee555a3

History | View | Annotate | Download (3.58 KB)

# Date Author Comment
cfdb3afa 01/29/2013 07:18 PM Alex Zirbel

Added latching to publishers so the first message gets noticed.

cc558a8d 01/02/2012 07:18 PM Alex Zirbel

Modified the Behaviors to take a scoutname.

Scoutname now specifies which scout the behavior will affect. Scoutname must be passed to the constructors of each control module (some of which are now in need of modification), so that they can publish to the correct topic....

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....