mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
7 lines
254 B
Java
7 lines
254 B
Java
/**
|
|
* Mathematics for swerve drives. Original second order kinematics was developed by Team 3181
|
|
* <a href="https://github.com/pittsfordrobotics/ChargedUp2023/tree/master/src/main/java/com/team3181/lib/swerve">here.
|
|
* </a>
|
|
*/
|
|
package swervelib.math;
|