Project

General

Profile

Revision 58371433

ID5837143311f6de5068f1724a2d1dc8377610237d

Added by Priya almost 12 years ago

Renaming to line follow and getting rid of old linefollowing files.

View differences:

scout/libscout/src/BehaviorList.cpp
8 8
  behavior_list.push_back((Behavior*)new navigationMap(scoutname));
9 9
  behavior_list.push_back((Behavior*)new Scheduler(scoutname));
10 10
  behavior_list.push_back((Behavior*)new WH_Robot(scoutname));
11
  behavior_list.push_back((Behavior*)new sim_line(scoutname));
11
  behavior_list.push_back((Behavior*)new line_follow(scoutname));
12 12
  behavior_list.push_back((Behavior*)new wl_test(scoutname));
13 13
  return;
14 14
}

Also available in: Unified diff