Project

General

Profile

Revision cccc25c9

IDcccc25c99e4cea26a0a2c76d7ab7121512d7b3d2
Parent 45312088
Child 2d697b1f

Added by Priya about 12 years ago

Made nav map into an actual workable behaviorgit statusgit status

View differences:

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

  

Also available in: Unified diff