Project

General

Profile

Revision 4c9fb6ba

ID4c9fb6ba47674f79bb45e93ecbc146c4f8dce7a4
Parent 4bdd00ba
Child a1219504

Added by viki about 11 years ago

Update smart_runaround and add old files.

View differences:

scout/libscout/src/BehaviorList.h
28 28
#include "behaviors/line_follow.h"
29 29
#include "behaviors/navigationMap.h"
30 30
#include "behaviors/wl_test.h"
31
#include "test_behaviors/Odometry_new.h"
31 32
#include "test_behaviors/Scheduler.h"
32 33
#include "test_behaviors/WH_Robot.h"
33 34
#include "test_behaviors/maze_solve.h"
35
#include "test_behaviors/maze_solve_zane.h"
34 36
#include "test_behaviors/smart_runaround.h"
35 37

  
36 38
template<typename T> Behavior* behavior(std::string scoutname, Sensors* sensors){ return (Behavior*)new T(scoutname, sensors); } 

Also available in: Unified diff