-
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
Not Splines #28
base: master
Are you sure you want to change the base?
Not Splines #28
Conversation
… to the hatch given a distance and angle – will need another angle though, or absolute robot position.
…n move the specified distance.
…d (still need to do interestingauton).
…nikhil said it was unneeded.
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.
I looked through it a bit, made some suggestions, then didn't want to look at it anymore. I'll make another review later
@@ -14,6 +14,8 @@ | |||
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard; |
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.
you don't need to change robot.java in this PR
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.
checkout master's version of Robot.java
|
||
import org.usfirst.frc4904.standard.custom.sensors.PDP; | ||
import org.usfirst.frc4904.standard.custom.PCMPort; | ||
//import org.usfirst.frc4904.standard.custom.sensors.CANEncoder; |
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.
Don't have commented out code in a PR
} | ||
public static class PID { | ||
public static class Drive { | ||
public static final double P = 0.04; //Tune PID |
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.
just set to -1
import org.usfirst.frc4904.standard.commands.RunIf; | ||
import org.usfirst.frc4904.standard.commands.RunIfElse; | ||
|
||
public class BoringAuton extends CommandGroup { |
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.
RENAME THIS COMMAND POR FAVOR
src/main/java/org/usfirst/frc4904/sovereignty/AligningSystem.java
Outdated
Show resolved
Hide resolved
Can you remove sovereignty from this branch and make a new branch off this branch with sovereignty @Krakavius |
Works with the same goal in mind as splines, but isn't splines. Sovereignty stuff is for PID (osher requested, nowhere close to done with it).