wpilibsuite / allwpilib

Official Repository of WPILibJ and WPILibC
https://wpilib.org/
Other
1.06k stars 614 forks source link

[commands] Fix and deprecate TrapezoidProfileCommand #6722

Closed Gold856 closed 1 month ago

Gold856 commented 3 months ago

Removes the ReplaceMe examples Change the DriveDistanceOffboard example to have two inline commands that use TrapezoidProfile directly, one that resets the encoders and uses a timer, and another that incorporates encoder readings to drive forward a specified distance without losing encoder data.

Resolves #6454.

Gold856 commented 3 months ago

/format