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

126 make trap sequence #127

Merged
merged 9 commits into from
Apr 13, 2024
Merged

126 make trap sequence #127

merged 9 commits into from
Apr 13, 2024

Conversation

Griffin9881
Copy link
Contributor

Pull Request


Issue Number

Closes #126

Comments

@Griffin9881 Griffin9881 self-assigned this Mar 14, 2024
@Griffin9881 Griffin9881 linked an issue Mar 14, 2024 that may be closed by this pull request
public void TrapSequenceCommand() {
this.addCommands(
new ParallelCommandGroup(
new DrawbridgeDownCommand(),
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to run the lift also to raise the robot?

@reediculous456
Copy link
Member

I think before we attempt this we need to build the climb with PID command we talked about previously that uses the gyro to keep the robot level. You’ll need that command to make this work. Then instead of the arbitrary wait you can wait for the climb to complete

@Griffin9881 Griffin9881 marked this pull request as draft March 16, 2024 14:05
@reediculous456 reediculous456 merged commit d21eaac into main Apr 13, 2024
1 check passed
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.

Make Trap Sequence
3 participants