Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / libscout / src / test_behaviors @ 5d1c5d81

# Date Author Comment
5d1c5d81 04/07/2013 01:49 PM Hui Jun Tay

undid overwrite of maze_solve with maze_solve_simple

a1219504 04/03/2013 10:53 PM viki

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

Conflicts:
scout/libscout/src/BehaviorList.cpp
scout/libscout/src/BehaviorList.h
scout/libscout/src/test_behaviors/smart_runaround.cpp

4c9fb6ba 04/03/2013 10:19 PM viki

Update smart_runaround and add old files.

bb64f5e5 03/31/2013 03:01 PM Priya

Added a ScoutPosition struct with some functions and Changed the odometry code to use it.

259aaff8 03/31/2013 02:56 PM Colony Scout

Flipped front left encoder ticks because its backwards on the scout. Also continuing testing Odometery_new.

339f64d2 03/31/2013 01:48 PM Alex Zirbel

Fixed warnings in libscout behaviors.

Some of these were actually serious errors. Others were little things.

beaf9201 03/23/2013 03:16 PM Colony Scout

Fixes to the Odometery behavior.

4026134b 03/23/2013 01:49 PM Alex Zirbel

Added Behavior::wait() to spinOnce for a duration.

Also added maze_solve_simple which always turns right.

36701fcd 03/04/2013 09:12 PM Yuyang Guo

added new Odometry in test behaviors, done some simple testing in scoutsim

7f2ccb46 02/28/2013 05:05 PM Alex Zirbel

Fixed up the smart_runaround behavior to integrate it fully.

5dd9f396 02/28/2013 04:54 PM Alex Zirbel

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

6350051e 02/28/2013 04:52 PM Alex Zirbel

Added a script to auto-generate BehaviorList files.

This includes some sub-changes: * Restructured behaviors/ folder into behaviors/, test_behaviors/ and limbo_behaviors/ * Added a new CMakeLists.txt that automatically finds behaviors in their folders * Removed the obsolete trafficNavigtaion.*...