Hey guys! Our team had just gone virtual for a couple weeks and we’re looking for some online resources to help our controls/programming team since we can’t meet in person.
Do any of you have any ideas on resources that we could sent to our members so they can learn the required programming independently?
If they have laptops at home they can test a lot of code in the simulator as well.
Here’s to our code that simulates a robot using TalonSRX motor controllers.
You can use the field image to overlay the simulated robot driving around the field.
If you’re more adventurous, you can have them write subsystems and command with unit tests only, and have it more ready for real testing. The simulator is a bit of an uphill battle to get running at first, but it’s a great teaching tool.
Just to add, there’s a new repository in our github called 2022_SimulatorBase that runs a simulation robot with a Navx gyro and TalonFX motor controllers.
The latest update to that repo has incorporated some code that can use Pathweaver and Pathplanner to generate trajectories and do the more complicated parts of the WPILib docs.