Skip to content

Auto by pass#20

Merged
Dylan-Powers merged 60 commits into
pre-worldsfrom
Auto-By-pass
Apr 15, 2024
Merged

Auto by pass#20
Dylan-Powers merged 60 commits into
pre-worldsfrom
Auto-By-pass

Conversation

@DriverStation1714

Copy link
Copy Markdown

No description provided.

() -> driverB.getAsBoolean(),
() -> false,
() -> s_Eyes.getTargetRotation(),
() -> false,//driverB.getAsBoolean(),

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

remove commented code

rotationSpeed,
true
).alongWith(new AimShoot(s_Eyes, s_ShooterPivot, s_Shooter, true)),
false //TODO: Determine if we want auto rotation aiming

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

remove TODO comment and change to true. Drive team wants auto aim while using the elevator shot

Comment thread src/main/java/frc/robot/RobotContainer.java
import frc.robot.subsystems.Shooter;
import frc.robot.subsystems.ShooterPivot;

import java.sql.Driver;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We are definitely not using SQL so we can definitely get rid of this import

shooterSpeedInterpolation = new InterpolatingDoubleTreeMap();

// create points in angle linear interpolation line
// TODO tune these values

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Remove TODO, these are tuned

shooterSpeedInterpolation = new InterpolatingDoubleTreeMap();

// create points in angle linear interpolation line
// TODO tune these values

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

remove this TODO, these are definitely tuned

shooterAngleInterpolationAuto.put(d3DistanceAuto, d3AngleAuto);
shooterAngleInterpolationAuto.put(xSpotDistanceAuto, xSpotAngleAuto);
// create points in angle linear interpolation line
// TODO tune these values

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

remove TODO, these are tuned

Comment thread .pathplanner/settings.json
Comment thread src/main/java/frc/robot/subsystems/Intake.java
@Dylan-Powers
Dylan-Powers merged commit 49b4461 into pre-worlds Apr 15, 2024
@Dylan-Powers
Dylan-Powers deleted the Auto-By-pass branch April 15, 2024 04:07
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.

6 participants