FairportRobotics / Bot2020

beep boop bot code goes here
https://carbon.now.sh/
0 stars 0 forks source link

Evaluate Swerve Package From FRC #37

Open h1d3m3 opened 4 years ago

h1d3m3 commented 4 years ago

https://github.com/wpilibsuite/allwpilib/tree/master/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/swervebot

mnik22 commented 4 years ago

I've looked through some of these classes and methods and they look really promising. Additionally, the wpilib api says that the SwerveDriveOdometry package will be useful "for complex tasks like path following"

https://first.wpi.edu/FRC/roborio/release/docs/java/edu/wpi/first/wpilibj/kinematics/package-summary.html

(The three SwerveDrive options from this list^)