Project

General

Profile

Statistics
| Branch: | Revision:

root / scout / libscout / src / BehaviorProcess.h @ 64ee446f

History | View | Annotate | Download (168 Bytes)

1
#ifndef _BEHAVIOR_PROCESS_
2
#define _BEHAVIOR_PROCESS_
3

    
4
#include <ros/ros.h>
5
#include "BehaviorList.h"
6

    
7
using namespace std;
8

    
9
  int main(int argc, char** argv);
10

    
11
#endif