Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add checkstyle check for deprecation #7738

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

sciencewhiz
Copy link
Contributor

Ensures java deprecated notation is paired with javadoc and vice versa.
Adds javadoc deprecation for MecanumControllerCommand, ArmFeedForward, ElevatorFeedforward, and MecanumDriveMotorVoltages
Fixes #7736
Supersedes #7737

Ensures java deprecated notation is paired with javadoc and vice versa.
Adds javadoc deprecation for MecanumControllerCommand, ArmFeedForward,
ElevatorFeedforward, and MecanumDriveMotorVoltages
Fixes wpilibsuite#7736
Supersedes wpilibsuite#7737
@sciencewhiz sciencewhiz requested review from a team as code owners January 27, 2025 04:49
Copy link
Contributor

This PR modifies commands. Please open a corresponding PR in Python Commands and include a link to this PR.

@github-actions github-actions bot added component: command-based WPILib Command Based Library component: wpimath Math library labels Jan 27, 2025
@sciencewhiz
Copy link
Contributor Author

This PR modifies commands. Please open a corresponding PR in Python Commands and include a link to this PR.

MecanumControllerCommand isn't implemented in python, so no PR necessary

sciencewhiz and others added 3 commits February 5, 2025 21:05
Co-authored-by: Joseph Eng <91924258+KangarooKoala@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: command-based WPILib Command Based Library component: wpimath Math library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[wpimath] ElevatorFeedforward calculate() deprecation is not documented
2 participants