Project

General

Profile

Revision dc742c14

IDdc742c140dd32eea71e8d73abafa3674079ba94e
Parent dee6320c
Child e7b4f56d

Added by Alex Zirbel about 12 years ago

Fixed bugs and compiler warnings in old code.

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 sim_line(scoutname));
9 10
//  behavior_list.push_back((Behavior*)new Scheduler(scoutname));
10 11
  return;
11 12
}

Also available in: Unified diff