Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Add choosable Autonomous Modes #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

toriawlam
Copy link
Contributor

No description provided.


// Adds another option for the second auto shoot command
// "Auto Shoot Command,Auto Shoot Command 2"
String [ ] autonomousModes = {"Auto Shoot Command", "Auto Shoot Command 2"};
Copy link
Member

Choose a reason for hiding this comment

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

String[]

@@ -103,7 +103,7 @@ public void periodic() {
rangeFilter.calculate(ballSensor.getRangeInches());
}

public boolean isAtTargetSpeed() {
public boolean isAtTargetSpeed() {
Copy link
Member

Choose a reason for hiding this comment

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

🤔

@AndrewLester AndrewLester added the working on robot This pull request is known to be working on the robot label Mar 19, 2021
@AndrewLester
Copy link
Member

Try rebasing this branch on upstream/main and switching out those AutomaticShootCommands for the several actual autonomous modes when possible.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
working on robot This pull request is known to be working on the robot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants