Swerve Drive Turning Wheels not moving

So as you can see in the video the drive motors are moving but the turning motors are not rotating when I use the right joysticks x-axis(instead of turning I think the drive motors are moving)
GitHub - Legenderyguy/G-Force-Robot-Code at masterRobot Code here is our robot code. (Im using BaseTalonFX library btw)

It doesn’t look like you are setting PID values–I believe the default values are all zero, which would cause the modules not to rotate

You can set the PID values either in code as per the Spark Max code example:

CTRE has a nice guide on how to PID tune:

Hope this helps!