Project

General

Profile

Revision 26258aeb

ID26258aebc0e783286f73bece89dd32798c915af4

Added by Alex Zirbel about 12 years ago

Added linesensor to the behavior class.

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