mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Minor javadoc fix in SwerveDriveKinematicsConstraint (#2167)
This commit is contained in:
committed by
Peter Johnson
parent
e20d96ea4e
commit
daa81c64a7
@@ -22,7 +22,7 @@ public class SwerveDriveKinematicsConstraint implements TrajectoryConstraint {
|
||||
private final SwerveDriveKinematics m_kinematics;
|
||||
|
||||
/**
|
||||
* Constructs a mecanum drive dynamics constraint.
|
||||
* Constructs a swerve drive dynamics constraint.
|
||||
*
|
||||
* @param maxSpeedMetersPerSecond The max speed that a side of the robot can travel at.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user