frc538 / 2020-infinite-recharge

Robot code for FRC Team 538.
0 stars 0 forks source link

Swerve Drive Testing #29

Closed drewwhis closed 4 years ago

drewwhis commented 4 years ago

We need to make sure the Swerve drive works consistently.

Feel free to add notes.

drewwhis commented 4 years ago

A good test for this would be to set the x speed to 1 and the y and yaw speeds to 0. If the wheels are not pointed straight, there should be an angle reading (from the absolute encoder).

Fortunately, each module's offset should be consistent, so we can measure that difference and physically correct it or add a field to correct it programmatically.

drewwhis commented 4 years ago

Okay, reading through some docs and thinking about what we've tried so far, here are some ideas I have:

@HeathHudson @mwn319