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

Phil Working #3

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

Phil Working #3

wants to merge 3 commits into from

Conversation

iefomit
Copy link

@iefomit iefomit commented Oct 30, 2024

Overview

This PR will run the Phil Robot.

Design Doc

Tests Ran

Launched Phil during driver practice.

Additional Notes

iefomit and others added 2 commits October 23, 2024 16:07
Not done, change robot cotainer
offsets
Copy link

@johaj10 johaj10 left a 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));
Copy link

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.

Copy link
Contributor

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.

@iron-claw-972 iron-claw-972 deleted a comment from johaj10 Nov 13, 2024
@iron-claw-972 iron-claw-972 deleted a comment from johaj10 Nov 13, 2024
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.

4 participants