team401 / 2024-Robot-Code

Competition code for our 2024 robot
Other
7 stars 0 forks source link

Use CTRE sim variables for motors rather than WPILib motor + PID #185

Open jkleiber opened 7 months ago

jkleiber commented 7 months ago

Purpose The purpose of this issue is to migrate our existing simulation code from WPILib Motor Sim + PID to TalonFX, which should be possible to simulate itself.

This would likely help with integrating with hardware attached simulation

Project Scope