FRC4607 / common

Common code for 4607 robots.
Other
0 stars 0 forks source link

SwerveModuleState and Odometry #5

Open Nadezaxer opened 2 years ago

Nadezaxer commented 2 years ago

Functions for getting the SwerveModuleState of the module would be nice to have.

Also functions for odomety in the swerve drive would nice to have with the Gyro being passed in as a suppler, or the kinematics need to be exposed some how to allow for odometry.

ItsMajestiX commented 1 year ago

I worked on these issues in the last few commits and I now have solutions for them:

If you want to take a look at these new features they should be in the latest commit to the swerve branch.