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

Also available in: Unified diff