robotdotnet / WPILib

DotNet implementation of WPILib for FIRST Robotics Competition (FRC)
27 stars 8 forks source link

Simulator base needs to be completed #6

Closed ThadHouse closed 9 years ago

ThadHouse commented 9 years ago

Simulator library is there, but it is not implemented at all. We need to figure out a way to do it. Using the RobotPy websim might be a good idea if we can figure out how to do it.

ThadHouse commented 9 years ago

The simulator base is started, and it currently writes to a dictionary. We need to both finish the implementation of the classes, and write a front end. But getting the back end done is more important, since that will allow unit tests to be created and ran without a RIO.

ThadHouse commented 9 years ago

Backend is basically done, so I'm going to close this.