This repository was archived by the owner on Sep 14, 2019. It is now read-only.
Merged David's code into master, basic implementation of velocityPID class(es)#37
Merged
lhmcgann merged 42 commits intoDeepBlueRobotics:masterfrom Jan 27, 2018
Merged
Merged David's code into master, basic implementation of velocityPID class(es)#37lhmcgann merged 42 commits intoDeepBlueRobotics:masterfrom
lhmcgann merged 42 commits intoDeepBlueRobotics:masterfrom
Conversation
* First commit of DavidRobot2018 adding basic drivetrain functionality * changed up workspace organization, functionailty should not be changed * integrated DavidRobot2018 into Robot2018 * fixed project setup and migrated all packages to one standard * deleted DavidRobot2018 (previously merged manually into Robot2018) * split drivetrain gear shift into 2 commands (from 1) and added more flexibility
…mplementing PIDSource, moved logic from TeleopDrive command to Drivetrain subsystem, and finished integrating PID in PIDTurn and PIDDrive.
Finished initialization of RobotMap, finished getting Drivetrain to i…
… for the TalonSRXs
:sweatsmile: fixed initialization in robotMap for moveController
jars referenced incorrectly and got the exclamation mark error --> fixed
changed slave controllers to VictorSPX, added Listener for NetworkTable constants --> needs testing, buttons for PID testing --> need to be removed once PIDget gets up and running
…rnController still one PIDController
https://github.com/doawelul/RobotCode2018.git Conflicts: Robot2018/.classpath Robot2018/src/org/usfirst/frc/team199/Robot2018/Robot.java Robot2018/src/org/usfirst/frc/team199/Robot2018/commands/AutonomousInterface.java Robot2018/src/org/usfirst/frc/team199/Robot2018/commands/README.md Robot2018/src/org/usfirst/frc/team199/Robot2018/commands/RunScript.java Robot2018/src/org/usfirst/frc/team199/Robot2018/commands/TestAuto.java Robot2018/src/org/usfirst/frc/team199/Robot2018/commands/TestAutoInterface.java resolved all conflicts in RunScript, commented out "implements RunScriptInterface" bc that doesn't exist here changed to disable in Drivetrain (line 273) in Robot, made all subsystems NOT final and initialized them in robotInit includes basic, first implementation of VelocityPIDController, TalonPIDController and its tests new PID classes in autonomous package, test in test folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.