Project

General

Profile

Revision 31be19a6

ID31be19a6f1dbf2140fc23d0e97e1a5a706cb78b8

Added by Priya about 12 years ago

Behaviours now have names!

View differences:

scout/libscout/src/behaviors/lineDrive.cpp
15 15

  
16 16
#include "line_drive.h"
17 17

  
18
line_drive::line_drive(String scoutname): Behavior(scoutname)
18
line_drive::line_drive(String scoutname): Behavior(scoutname, "line_drive")
19 19
{
20 20
  line_drive_init();
21 21
  line_follow_init();

Also available in: Unified diff