[wpilibj] RamseteController: Fix units typo in javadocs (#2515)

This commit is contained in:
Claudius Tewari
2020-05-20 20:55:08 -07:00
committed by GitHub
parent 67554ef3b0
commit cf7088a462

View File

@@ -104,8 +104,8 @@ public class RamseteController {
*
* @param currentPose The current pose.
* @param poseRef The desired pose.
* @param linearVelocityRefMeters The desired linear velocity in meters.
* @param angularVelocityRefRadiansPerSecond The desired angular velocity in meters.
* @param linearVelocityRefMeters The desired linear velocity in meters per second.
* @param angularVelocityRefRadiansPerSecond The desired angular velocity in radians per second.
*/
@SuppressWarnings("LocalVariableName")
public ChassisSpeeds calculate(Pose2d currentPose,