mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpimath] Update link to Ramsete controller derivation (#7887)
The derivation was moved from the Controls Engineering in FRC book to a separate paper.
This commit is contained in:
@@ -28,9 +28,8 @@ import edu.wpi.first.math.trajectory.Trajectory;
|
||||
* that's the acronym for the title of the book it came from in Italian ("Robotica Articolata e
|
||||
* Mobile per i SErvizi e le TEcnologie").
|
||||
*
|
||||
* <p>See <a href="https://file.tavsys.net/control/controls-engineering-in-frc.pdf">Controls
|
||||
* Engineering in the FIRST Robotics Competition</a> section on Ramsete unicycle controller for a
|
||||
* derivation and analysis.
|
||||
* <p>See <a href="https://file.tavsys.net/control/ramsete-unicycle-controller.pdf">this paper</a>
|
||||
* for a derivation and analysis.
|
||||
*/
|
||||
public class RamseteController {
|
||||
private final double m_b;
|
||||
|
||||
@@ -42,8 +42,8 @@ namespace frc {
|
||||
* acronym for the title of the book it came from in Italian ("Robotica
|
||||
* Articolata e Mobile per i SErvizi e le TEcnologie").
|
||||
*
|
||||
* See <https://file.tavsys.net/control/controls-engineering-in-frc.pdf> section
|
||||
* on Ramsete unicycle controller for a derivation and analysis.
|
||||
* See <https://file.tavsys.net/control/ramsete-unicycle-controller.pdf> for a
|
||||
* derivation and analysis.
|
||||
*/
|
||||
class WPILIB_DLLEXPORT RamseteController {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user