Project

General

Profile

Revision 8f030bc3

ID8f030bc3500e217ab2756ffc8c594c3beeb95c0d

Added by Priya about 12 years ago

Commiting pseudo-Gaussian random noise generator. Tested and works.

View differences:

scout/libscout/src/BehaviorList.cpp
4 4
{
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
  behavior_list.push_back((Behavior*)new Odometry(scoutname));
7 8
  return;
8 9
}
9 10

  

Also available in: Unified diff