Skip to content

Drive base command impl #50

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

Open
wants to merge 34 commits into
base: Command-Based
Choose a base branch
from
Open

Conversation

TaeSeanDo
Copy link
Contributor

Working Tank Drive in Command Based.

@TaeSeanDo TaeSeanDo requested a review from docprofsky February 8, 2020 18:01
@TaeSeanDo TaeSeanDo self-assigned this Feb 8, 2020
@@ -14,7 +14,7 @@
* An example command that uses an example subsystem.
*/
public class ExampleCommand extends CommandBase {
@SuppressWarnings({"PMD.UnusedPrivateField", "PMD.SingularField"})
@SuppressWarnings({ "PMD.UnusedPrivateField", "PMD.SingularField" })
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary annotation

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The curly braces?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never mind. After some quick googling, I now know what an annotation is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants