Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / libscout / src / test_behaviors / maze_solve.cpp @ 4dcab71d

History | View | Annotate | Download (9.77 KB)

# Date Author Comment
7db6cf9f 04/28/2013 01:47 PM Priya

Changed all TODO and @TODO to @todo to conform to doxygen.

7b5ea072 04/16/2013 12:02 PM Hui Jun Tay

maze_solve now works. Need testing on other machines to confirm.

1cb59616 04/15/2013 10:29 PM Hui Jun Tay

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

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

5d1c5d81 04/07/2013 01:49 PM Hui Jun Tay

undid overwrite of maze_solve with maze_solve_simple

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

Update smart_runaround and add old files.

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