Quote:
Originally Posted by Anupam Goli
Great read! Every year these are released, I learn a little more each time. I can't wait for the software release, because the whole simulator concept sounds really neat!
|
The whole robot package of robot software (Robot code + robot sim code + sim lib) should be out soon, but for now feel free to look through the WPI shim we wrote to get our robot code to run on x86.
https://github.com/tombot/FakeWPILib
On the other side of this, we had a simulated robot which could monitor PWM motor output values and set sensor values based on physics simulations. We used the debugger/monitoring/logging mechanisms built in to our main robot code to get everything working before it hit the real hardware.