You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're looking for some more work that will make auto modes easier to write. Consider writing a few AutoDrive commands for turning to an angle, driving at a speed, driving a certain distance, etc. Look in trapezoidal motion profiles for your control loops (i.e. constant acceleration profiles). Also get closed loop driving working if that hasn't been done yet lol. For PID stuff with talons, definitely use the Talon's built in PID control and just use your drive thread to change the talon setpoints/modes.
The text was updated successfully, but these errors were encountered:
If you're looking for some more work that will make auto modes easier to write. Consider writing a few AutoDrive commands for turning to an angle, driving at a speed, driving a certain distance, etc. Look in trapezoidal motion profiles for your control loops (i.e. constant acceleration profiles). Also get closed loop driving working if that hasn't been done yet lol. For PID stuff with talons, definitely use the Talon's built in PID control and just use your drive thread to change the talon setpoints/modes.
The text was updated successfully, but these errors were encountered: