Crate pros_simulator_interface

Source

Structs§

AnalogControllerState
CompetitionPhase
ControllerState
DigitalControllerState

Enums§

SimulatorEvent
An event that happens inside the simulator that the API consumer might want to know about. Use this to monitor robot code progress, simulated LCD updates, log messages, and more.
SimulatorMessage
A message sent to the simulator to control the robot code environment. The pros-simulator API accepts these over an async stream, and API consumers can use them to simulate changes in robot hardware (like controller input and LCD touch events).

Constants§

LCD_HEIGHT
LCD_WIDTH

Type Aliases§

LcdLines