You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Replace deprecated feedforward.calculate(velocity, acceleration)
Update ProfiledPIDController documentation to use the recommended
feedforward.calculate(currentVelocity, nextVelocity) overload instead
of the deprecated (velocity, acceleration) version.
This eliminates manual acceleration calculations and uses the newer
API that calculates acceleration internally from velocity change.
Fixes#2963
* Convert ProfiledPIDController feedforward example to use snippets
Replace inline code blocks with RLIs to snippets from allwpilib.
Java and C++ examples now reference compilable snippet code that
will be tested in every allwpilib build.
Python remains as inline code block since Python snippets are
maintained in robotpy repository.
Related: wpilibsuite/allwpilib#8280
* Manually update RLI
---------
Co-authored-by: sciencewhiz <[email protected]>
0 commit comments