Project

General

Profile

Revision aac281d5

IDaac281d5178186cd96407f293ccd2c5623495902

Added by Priya about 12 years ago

Forgot to add scheduler to behavior list

View differences:

scout/libscout/src/BehaviorList.cpp
6 6
  behavior_list.push_back((Behavior*)new draw_ccw_circle(scoutname));
7 7
  behavior_list.push_back((Behavior*)new Odometry(scoutname));
8 8
  behavior_list.push_back((Behavior*)new navigationMap(scoutname));
9
//  behavior_list.push_back((Behavior*)new Scheduler(scoutname));
9
  behavior_list.push_back((Behavior*)new Scheduler(scoutname));
10 10
  return;
11 11
}
12 12

  

Also available in: Unified diff