Robot
The embedded systems for UTRA's autonomous humanoid soccer-playing robot
|
Data structure sent from the PC to the MCU. Contains "goal" motor positions. More...
#include <robotGoal.h>
Public Attributes | |
uint32_t | id |
char | msg [80] |
Data structure sent from the PC to the MCU. Contains "goal" motor positions.
Definition at line 25 of file robotGoal.h.
uint32_t robot_goal::id |
Message ID
Definition at line 26 of file robotGoal.h.
char robot_goal::msg[80] |
Raw message data as bytes sent over a serial terminal
Definition at line 27 of file robotGoal.h.