Project

General

Profile

Statistics
| Revision:

root / branches / library_refactor / projects / colonet / server / manual_control / manualControlRobot / follow.h @ 1390

History | View | Annotate | Download (108 Bytes)

1 13 emarinel
2
#ifndef _FOLLOW_H
3
#define _FOLLOW_H
4
5
6
void seek(int velocity);
7
void drive_forward (void);
8
9
#endif