Project

General

Profile

Revision 4026134b

ID4026134b3992a1c11aa320bef116820fab7547b0
Parent 4bdd00ba
Child c33e5aa4

Added by Alex Zirbel about 11 years ago

Added Behavior::wait() to spinOnce for a duration.

Also added maze_solve_simple which always turns right.

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_simple>);
33 35
  behavior_list.push_back(behavior<smart_runaround>);
34 36
  return;
35 37
}

Also available in: Unified diff