-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Add support in robot bases for simulation. Things like HAL reporting and simulation updating.
- Add a nice way to manage simulation vs real robot parts
- Add a nice way to manage simulation components
Currently, wpilib docs shows using the simulation while mixing real and simulated only code parts and using if checks (i.e. isReal isSimulation). This isn't really comfortable, so look for some way to separate (into classes or something).