Project

General

Profile

Statistics
| Branch: | Revision:

root / scout / libscout / generate_behavior_lists.py @ 751d4f4f

History | View | Annotate | Download (4.04 KB)

# Date Author Comment
6d0836d4 04/07/2013 05:33 PM Alex Zirbel

Sorted behaviors alphabetically in the generate script.

Lumps together all behaviors (both behaviors/ and test_behaviors/) and sorts them alphabetically by name, ignoring case, before assembling the output lists.

cfef1cdc 03/03/2013 03:13 PM Yuyang Guo

fixed the issue of behavior list not corresponding to the GUI list
of behaviors

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