mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
6 lines
250 B
Java
6 lines
250 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">her.e</a>
|
|
*/
|
|
package swervelib.math;
|