mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Fix documentation in RamseteCommand (#2149)
This commit is contained in:
committed by
Peter Johnson
parent
7b9c6ebc2f
commit
57c5523d67
@@ -53,8 +53,8 @@ public class RamseteCommand extends CommandBase {
|
||||
|
||||
/**
|
||||
* Constructs a new RamseteCommand that, when executed, will follow the provided trajectory.
|
||||
* PID control and feedforward are handled internally, and outputs are scaled -1 to 1 for easy
|
||||
* consumption by speed controllers.
|
||||
* PID control and feedforward are handled internally, and outputs are scaled -12 to 12
|
||||
* representing units of volts.
|
||||
*
|
||||
* <p>Note: The controller will *not* set the outputVolts to zero upon completion of the path -
|
||||
* this
|
||||
|
||||
Reference in New Issue
Block a user