Open bczdog opened 3 years ago
Would we need to import existing code and make changes and check for errors to be able to simulate it?
Yep. Clone this repository, do a build (make sure it builds successfully), create a branch (git checkout -b ___your_branchname). Once you have that, follow: https://docs.wpilib.org/en/stable/docs/software/wpilib-tools/robot-simulation/index.html.
Get the 2021 code operational in the WPILib Simulator, including the TalonFX / TalonSRX motors and SparkMax if possible. Need to understand what sensors like the ultrasonic and gyro / NavX look like and how we can test them in simulation.