Project

General

Profile

Statistics
| Revision:

root / branches / simulator / projects / simulator / simulator / core / motion.h @ 1090

History | View | Annotate | Download (174 Bytes)

1 1011 bcoltin
/**
2
 * @file robot.h
3
 * @brief Moves the robot based on motor speeds.
4
 **/
5
6
#ifndef __MOTION_H__
7
#define __MOTION_H__
8
9
#include "robot.h"
10
11
int move_robot(Robot* r);
12
13
#endif