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

Not Splines #28

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

Not Splines #28

wants to merge 33 commits into from

Conversation

Krakavius
Copy link
Contributor

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).

joshuatehrlich and others added 27 commits January 14, 2019 15:43
… to the hatch given a distance and angle – will need another angle though, or absolute robot position.
Copy link
Member

@NikhilSuresh24 NikhilSuresh24 left a 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;
Copy link
Member

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

Copy link
Member

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;
Copy link
Member

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
Copy link
Member

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 {
Copy link
Member

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

@NikhilSuresh24
Copy link
Member

Can you remove sovereignty from this branch and make a new branch off this branch with sovereignty @Krakavius

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.

3 participants