|
TraveSim Adapters
0.1
Protobuf adapters for TraveSim project
|
This is the complete list of members for travesim::RobotState, including all inherited members.
| angular_position | travesim::EntityState | |
| angular_velocity | travesim::EntityState | |
| EntityState() | travesim::EntityState | |
| EntityState(Vector2D position, double angular_position, Vector2D velocity, double angular_velocity) | travesim::EntityState | |
| id | travesim::RobotState | |
| is_yellow | travesim::RobotState | |
| operator<<(std::ostream &output, const RobotState &robot_state) | travesim::RobotState | friend |
| position | travesim::EntityState | |
| RobotState() | travesim::RobotState | |
| RobotState(Vector2D position, double angular_position, Vector2D velocity, double angular_velocity, bool is_yellow, int id) | travesim::RobotState | |
| RobotState(EntityState *entity_state, bool is_yellow, int id) | travesim::RobotState | |
| velocity | travesim::EntityState | |
| ~EntityState()=default | travesim::EntityState | virtual |