Project

General

Profile

Revision 4b02e3c0

ID4b02e3c03b3a270002bb0f11f2293b8d6126f049
Parent a107608f
Child 27f73b95

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

  
scout/libscout/src/BehaviorList.h
10 10
#include "behaviors/Scheduler.h"
11 11
#include "behaviors/WH_Robot.h"
12 12
#include "behaviors/wl_test.h"
13
#include "behaviors/pause_scout.h"
13 14

  
14 15
class BehaviorList
15 16
{

Also available in: Unified diff