Project

General

Profile

Revision 4b02e3c0

ID4b02e3c03b3a270002bb0f11f2293b8d6126f049

Added by Matt Bryant over 11 years ago

Added pause behavior to list

View differences:

scout/libscout/src/BehaviorList.cpp
10 10
  behavior_list.push_back((Behavior*)new WH_Robot(scoutname));
11 11
  behavior_list.push_back((Behavior*)new line_follow(scoutname));
12 12
  behavior_list.push_back((Behavior*)new wl_test(scoutname));
13
  behavior_list.push_back((Behavior*)new pause_scout(scoutname));
13 14
  return;
14 15
}
15 16

  

Also available in: Unified diff