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.cpp
26 26
  behavior_list.push_back(behavior<draw_cw_circle>);
27 27
  behavior_list.push_back(behavior<line_follow>);
28 28
  behavior_list.push_back(behavior<navigationMap>);
29
  behavior_list.push_back(behavior<smart_runaround>);
30 29
  behavior_list.push_back(behavior<wl_test>);
31 30
  behavior_list.push_back(behavior<Scheduler>);
32 31
  behavior_list.push_back(behavior<WH_Robot>);
33 32
  behavior_list.push_back(behavior<maze_solve>);
33
  behavior_list.push_back(behavior<smart_runaround>);
34 34
  return;
35 35
}
36 36

  

Also available in: Unified diff