File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -450,8 +450,8 @@ public void drive(
450
450
451
451
/**
452
452
* The primary method for controlling the drivebase. Takes a {@link ChassisSpeeds}, and calculates and commands module
453
- * states accordingly. Can use either open-loop or closed-loop velocity control for the wheel velocities. Also has
454
- * field- and robot-relative modes, which affect how the translation vector is used .
453
+ * states accordingly. Can use either open-loop or closed-loop velocity control for the wheel velocities. Applies
454
+ * heading correction if enabled and necessary .
455
455
*
456
456
* @param velocity The chassis speeds to set the robot to achieve.
457
457
* @param isOpenLoop Whether to use closed-loop velocity control. Set to true to disable closed-loop.
@@ -547,7 +547,7 @@ public double getMaximumAngularVelocity()
547
547
}
548
548
549
549
/**
550
- * Set the module states (azimuth and velocity) directly. Used primarily for auto pathing.
550
+ * Set the module states (azimuth and velocity) directly.
551
551
*
552
552
* @param desiredStates A list of SwerveModuleStates to send to the modules.
553
553
* @param isOpenLoop Whether to use closed-loop velocity control. Set to true to disable closed-loop.
You can’t perform that action at this time.
0 commit comments