Hey there, I’m one of the programmers for team 2509, and up to this year our current team has only ever worked with mecanum drive. We’re currently basing our current program off of team 1706’s swerve drive from 2022, however we are using TalonFXs currently (waiting on our new Kraken motors which we will replace the TalonFXs with in the future,) and after having made a skeleton program that theoretically should be driving, nothing works whatsoever in practice.
Much similar to what we are basing our code off of, the driving command (which we have referenced as TeleDrive,) there seems to be the problem within the execute() function, as no values are output to the smartdashboard. I was wondering if anyone may notice anything of concern within our program which may cause for a failing drive train.
Further details: our wheel positions/transitions are specifically tuned to our robot, all motors are on the correct ports alongside the controller.
Here is our program: GitHub - HutchinsonTigerbots-2509/SwerveTest2024: Testing Swerve Drive