-
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
Fix interpolated second shot #146
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # src/main/java/frc/robot/subsystems/FlywheelSubsystem.java
Need more data
…oting-interpolation
This branches off shooting-interpolation branch |
So, what does this commit do exactly? I'm confused why we need to keep the distance value for the second ball |
…nd-shot # Conflicts: # src/main/java/frc/robot/RobotContainer.java
|
@@ -170,7 +155,7 @@ public boolean isFinished() { | |||
|
|||
@Override | |||
public void initialize() { | |||
Limelight.enable(); | |||
// Limelight.enable(); |
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.
Limelight will be on for the whole match because it reduces the time it takes for the robot to think its tracking the target. Because of the delay, it start doing odometry auto align which shakes the robot a little bit and makes the shots less accurate
…DVelocityFromState
Summary
Checklist
I have read the Contributing document.
If code changes were made then they have been tested.