I’m using the WPI simulation and I’d like to be able to have it start as the blue alliance each time it launches. Is there a property I can set somewhere to make this happen? Saving the workspace doesn’t seem to save this setting.
It is not saved by the GUI, but you can set it via robot code. Add the following line to your Robot.simulationInit() function:
DriverStationSim.setAllianceStationId(AllianceStationID.Blue1);