Project

General

Profile

Statistics
| Revision:

root / branches / encoders / code / behaviors / spline / server / speed_map.h @ 1344

History | View | Annotate | Download (115 Bytes)

1
#ifndef SPEED_MAP_H
2
#define SPEED_MAP_H
3

    
4
double real_velocity(int, int); 
5
int robot_velocity(int, double);
6

    
7
#endif