11 #ifndef __ROBOT_STATE_H__ 12 #define __ROBOT_STATE_H__ 69 #endif // __ROBOT_STATE_H__ RobotState()
Construct a new Robot State object.
Entity state data structure.
double angular_velocity
Angular velocity in rad/s.
Vector2D velocity
Velocity in m/s.
Data structure to hold a two dimensional vector.
Data structure to hold the state of a robot in the simulation.
double angular_position
Angular position in radinans.
Vector2D position
Position in meters.
bool is_yellow
Public attributes.
Data structure to hold the state of a entity in the simulation.
friend std::ostream & operator<<(std::ostream &output, const RobotState &robot_state)
Output stream operator overloading.