Robot
The embedded systems for UTRA's autonomous humanoid soccer-playing robot
robotGoal.h File Reference

Defines the RobotGoal data structure used in communication with the high-level software. RobotGoal is the data structure sent from the PC to the MCU; it contains motor trajectories. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  robot_goal
 Data structure sent from the PC to the MCU. Contains "goal" motor positions. More...
 

Typedefs

typedef struct robot_goal RobotGoal
 Data structure sent from the PC to the MCU. Contains "goal" motor positions.
 

Detailed Description

Defines the RobotGoal data structure used in communication with the high-level software. RobotGoal is the data structure sent from the PC to the MCU; it contains motor trajectories.

Author
Jason

Definition in file robotGoal.h.