Project

General

Profile

Statistics
| Branch: | Revision:

root / mikrokopter / src / nav_lib.h @ da889457

History | View | Annotate | Download (223 Bytes)

1
#include "ros/ros.h"
2
#include "mikrokopter/Control.h"
3

    
4
void forward(ros::Publisher& pub);
5
void backward(ros::Publisher& pub);
6
void left(ros::Publisher& pub);
7
void right(ros::Publisher& pub);
8
void stop(ros::Publisher& pub);