-
Notifications
You must be signed in to change notification settings - Fork 0
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
Phil Working #3
base: main
Are you sure you want to change the base?
Phil Working #3
Conversation
Not done, change robot cotainer
offsets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once my questions are answered, let's review again 👍
autoCommand.addOption("3.5 piece [V2]", new FollowPathCommand("3.5 piece [V2]",true, drive)); | ||
autoCommand.addOption("1 piece", new SequentialCommandGroup(prepare(),new WaitCommand(3),index(),new WaitCommand(2),new PrepareShooter(shooter, 0))); | ||
// autoCommand.setDefaultOption("Do nothing", new DoNothing()); | ||
// autoCommand.addOption("5 piece (original-tested)", new FollowPathCommand("5 piece (original-tested)",true, drive)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we intending to remove the options for auto commands on all robots (including Vivace)? This looks like it will prevent any auto command options from showing on Shuffleboard. Just want to make sure I understand properly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Defining these causes problems when running on Phil and causes the code to crash. Although we could add if statements instead, unless we plan to run our autos from last year (without a speaker), we don't need these.
Overview
This PR will run the Phil Robot.
Design Doc
Tests Ran
Launched Phil during driver practice.
Additional Notes