Project

General

Profile

Statistics
| Branch: | Revision:

root / mikrokopter / src / nav_lib.h @ 493cca7c

History | View | Annotate | Download (322 Bytes)

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

    
4
void init_control_msg(mikrokopter::Control& req);
5
void forward(mikrokopter::Control& req);
6
void backward(mikrokopter::Control& req);
7
void left(mikrokopter::Control& req);
8
void right(mikrokopter::Control& req);
9
void set_thrust(mikrokopter::Control& req, int thrust);
10