Project

General

Profile

Revision 9c0008d0

ID9c0008d04908747e904f4af7a5819eba03b9f7f1
Parent 94a3af93
Child 95bede66, 46587b36

Added by Leon about 12 years ago

Fixed CliffsensorControl, now actually part of Behaviors

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 47
#include "constants.h"
47 48

  
48 49
class Behavior
......
64 65
        MotorControl * motors;
65 66
        ButtonControl * buttons;
66 67
        SonarControl * sonar;
68
        CliffsensorControl * cliffsensor;
67 69

  
68 70
        // Wrappers for ROS functions
69 71
        bool ok();

Also available in: Unified diff