You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will be using multiple robots during the season (Alpha bot!!) It would be helpful to have an enum to switch between these robots, similar to how we have an enum to switch between real, sim, and replay. If this enum was added we could get rid of the old one for sim and real.
So we currently have the PhysicalSubsystem and SimulatedSubsystem. With this enum we would have a CompSubsystem, a DevSubsystem, and a SimulatedSubsystem
The text was updated successfully, but these errors were encountered:
We will be using multiple robots during the season (Alpha bot!!) It would be helpful to have an enum to switch between these robots, similar to how we have an enum to switch between real, sim, and replay. If this enum was added we could get rid of the old one for sim and real.
So we currently have the PhysicalSubsystem and SimulatedSubsystem. With this enum we would have a CompSubsystem, a DevSubsystem, and a SimulatedSubsystem
The text was updated successfully, but these errors were encountered: