Project

General

Profile

Revision 7f2ccb46

ID7f2ccb46e85b50c52774d258a7840c96cbaea1e5
Parent 8b7d6f99
Child e10d9dd5, cfef1cdc

Added by Alex Zirbel about 11 years ago

Fixed up the smart_runaround behavior to integrate it fully.

View differences:

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

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

  

Also available in: Unified diff