Project

General

Profile

Revision 3f72678f

ID3f72678f171cbcb5499524f6cbfe994f4a416364
Parent e7b4f56d
Child fa8e76a4

Added by Priya about 12 years ago

Changing scheduler and WH robot to ROS messages

View differences:

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

  

Also available in: Unified diff