Project

General

Profile

Revision 1011

Forgot to commit header file.

View differences:

branches/simulator/projects/simulator/simulator/core/motion.h
1
/**
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
14

  

Also available in: Unified diff