Project

General

Profile

Revision e1a60f89

IDe1a60f893e98eb57bda8f771dc2684e8905b6c39
Parent f34d6221
Child d9e85e54

Added by Priya about 12 years ago

Fixed problems with running behaviors. Something wrong with Cliffsensor control. Must debug later. Also encoder control not working!

View differences:

scout/libscout/src/Behavior.h
43 43
#include "HeadlightControl.h"
44 44
#include "ButtonControl.h"
45 45
#include "SonarControl.h"
46
#include "CliffsensorControl.h"
46
//#include "CliffsensorControl.h"
47 47
#include "EncodersControl.h"
48 48
#include "constants.h"
49 49

  
......
66 66
        MotorControl * motors;
67 67
        ButtonControl * buttons;
68 68
        SonarControl * sonar;
69
        CliffsensorControl * cliffsensor;
69
        //CliffsensorControl * cliffsensor;
70 70
        EncodersControl * encoders;
71 71

  
72 72
        // Wrappers for ROS functions

Also available in: Unified diff