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
A lot of teams use feed-forward only (no PID feedback control) on the drive speed when in teleop as this can make the drive feel less floaty.
We will still need an option to use pid on the speed as it is necessary for auton, so maybe we can pass a boolean into the swerve moduke SetDesiredState() function.
The text was updated successfully, but these errors were encountered:
Liam-Stow
changed the title
Try out teleop driving without pid on swerve module drive speed
Try out teleop driving without velocity pid on drive
Oct 17, 2022
Liam-Stow
changed the title
Try out teleop driving without velocity pid on drive
Try out teleop driving with feedforward only on drive
Dec 14, 2022
A lot of teams use feed-forward only (no PID feedback control) on the drive speed when in teleop as this can make the drive feel less floaty.
We will still need an option to use pid on the speed as it is necessary for auton, so maybe we can pass a boolean into the swerve moduke SetDesiredState() function.
The text was updated successfully, but these errors were encountered: