mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[wpimath] Improve DifferentialDriveAccelerationLimiter docs (NFC) (#4323)
Defined trackwidth, added skipped steps to the algorithm's internal proof, and grouped the algorithm steps more logically with blank lines.
This commit is contained in:
@@ -30,7 +30,8 @@ class WPILIB_DLLEXPORT DifferentialDriveAccelerationLimiter {
|
||||
* Constructs a DifferentialDriveAccelerationLimiter.
|
||||
*
|
||||
* @param system The differential drive dynamics.
|
||||
* @param trackwidth The trackwidth.
|
||||
* @param trackwidth The distance between the differential drive's left and
|
||||
* right wheels.
|
||||
* @param maxLinearAccel The maximum linear acceleration.
|
||||
* @param maxAngularAccel The maximum angular acceleration.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user