Project

General

Profile

Revision 754da79f

ID754da79f59a021f22a2ce09dae007b7d85a2521e

Added by Priya over 11 years ago

Added the behavior to behavior list and cmakelists and made things compile.

View differences:

scout/libscout/src/BehaviorList.cpp
12 12
  behavior_list.push_back((Behavior*)new WH_Robot(scoutname, sensor));
13 13
  behavior_list.push_back((Behavior*)new line_follow(scoutname, sensor));
14 14
  behavior_list.push_back((Behavior*)new wl_test(scoutname, sensor));
15
  behavior_list.push_back((Behavior*)new maze_solve(scoutname, sensor));
15 16
  return;
16 17
}
17 18

  

Also available in: Unified diff