mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Fix typos and incorrect param order in Javadoc (#1740)
This commit is contained in:
@@ -143,8 +143,8 @@ public class SwerveDrive {
|
||||
}
|
||||
|
||||
/**
|
||||
* Command the swerve modules to the desired states. Velocites exceeding the maximum speed will be
|
||||
* desaturated (while preserving the ratios between modules).
|
||||
* Command the swerve modules to the desired states. Velocities exceeding the maximum speed will
|
||||
* be desaturated (while preserving the ratios between modules).
|
||||
*
|
||||
* @param openLoop If swerve modules should use feedforward only and ignore velocity feedback
|
||||
* control.
|
||||
|
||||
@@ -143,8 +143,8 @@ public class SwerveDrive {
|
||||
}
|
||||
|
||||
/**
|
||||
* Command the swerve modules to the desired states. Velocites exceeding the maximum speed will be
|
||||
* desaturated (while preserving the ratios between modules).
|
||||
* Command the swerve modules to the desired states. Velocities exceeding the maximum speed will
|
||||
* be desaturated (while preserving the ratios between modules).
|
||||
*
|
||||
* @param openLoop If swerve modules should use feedforward only and ignore velocity feedback
|
||||
* control.
|
||||
|
||||
@@ -143,8 +143,8 @@ public class SwerveDrive {
|
||||
}
|
||||
|
||||
/**
|
||||
* Command the swerve modules to the desired states. Velocites exceeding the maximum speed will be
|
||||
* desaturated (while preserving the ratios between modules).
|
||||
* Command the swerve modules to the desired states. Velocities exceeding the maximum speed will
|
||||
* be desaturated (while preserving the ratios between modules).
|
||||
*
|
||||
* @param openLoop If swerve modules should use feedforward only and ignore velocity feedback
|
||||
* control.
|
||||
|
||||
Reference in New Issue
Block a user