Project

General

Profile

Revision 1905324e

ID1905324ede544b0057161ba7a6ff8f31be9ebc45
Parent 58371433
Child afa9104d

Added by Priya about 12 years ago

Trying to make the warehouse robot drive around

View differences:

scout/libscout/src/behaviors/WH_Robot.h
5 5
#define TASK_COMPLETED 0
6 6
#define TASK_FAILED -1
7 7

  
8
#include "line_follow.h"
8 9
#include "../Behavior.h"
9 10
#include "navigationMap.h"
10 11
#include "../helper_classes/Order.h"
11 12
#include <assert.h>
12 13
#include <stdlib.h>
13 14

  
14
class WH_Robot : Behavior{
15
class WH_Robot : line_follow{
15 16
        std::string name;
16 17
        int id;
17 18

  
......
35 36

  
36 37
        ros::Publisher robot_to_sched;
37 38
        ros::Subscriber sched_to_robot;
38

  
39 39
};
40 40

  
41 41
#endif

Also available in: Unified diff