Commit Graph

179 Commits

Author SHA1 Message Date
mayabartels a4ac866d1c Tested and working Neo PID 2020-02-10 19:13:34 -08:00
Keenan D. Buckley 1b63e2a63d Update RobotContainer.java 2020-02-11 02:56:55 +00:00
Keenan D. Buckley cb3c142b53 Merge branch 'master' into add-shooter-subsystem-PID-new 2020-02-11 02:53:10 +00:00
ryan123rudder 82ebcef450 Tuning and Comments 2020-02-10 19:21:10 -07:00
mayabartels 952649e21b Added command to run PID method to Robot Container 2020-02-10 17:06:17 -08:00
ryan123rudder 6fbbca937c fix keenans dumb merge 2020-02-10 18:02:37 -07:00
mayabartels 07ab93a06f Added Neo PID stuff in Storage 2020-02-10 16:57:41 -08:00
KyraRivera 80a0198965 Updated comments to be accurate 2020-02-10 17:50:52 -07:00
KyraRivera 6745236879 Added an intake Extender command to be tested. 2020-02-10 17:37:26 -07:00
Keenan D. Buckley 39c238e880 Merge branch 'master' into add-intake-extender 2020-02-11 00:17:37 +00:00
Keenan D. Buckley 57cbc028b9 Merge branch 'master' into add-shooter-subsystem-PID-new 2020-02-11 00:16:16 +00:00
Elijah Price 3e4942f893 Added Mystery Feature
Press Y on the operator controller and see what happens...
2020-02-09 18:33:27 -07:00
Keenan D. Buckley a93327317a Merge branch 'master' into add-gear-shifting-with-pcm 2020-02-08 23:11:14 +00:00
Keenan D. Buckley 827aca7fce Small edits to make it work 2020-02-08 16:10:21 -07:00
KyraRivera 9aeac07431 Added RunExtenderOutIn command and defined extender motor 2020-02-08 15:58:11 -07:00
Keenan D. Buckley b427841cd3 Merge branch 'master' into add-intake-extender 2020-02-08 22:27:27 +00:00
KyraRivera 92feb32651 Reconfigured the motor to get intake to run. 2020-02-08 15:23:42 -07:00
KyraRivera 0015b078cb Turned off limit switches so climber would run. 2020-02-08 15:11:23 -07:00
Keenan D. Buckley 3ddc6037f9 Merge branch 'master' into add-climber 2020-02-08 21:54:10 +00:00
KyraRivera 5ab2fce79b Set up leveler motor so that it can be run. 2020-02-08 14:49:16 -07:00
Keenan D. Buckley 86a04aca1e Merge branch 'master' into addLeveler 2020-02-08 21:17:29 +00:00
Keenan D. Buckley 6398a17f5d Merge branch 'master' into add-storage 2020-02-08 21:07:10 +00:00
keenandbuckley 33f974d6d9 Changed IDs to make storage subsystem work 2020-02-08 14:05:12 -07:00
RishabhCowlagi 1f37fe9f4a Update Motor Type 2020-02-08 12:02:07 -08:00
keenandbuckley 8cbd39ebe8 Added double solenoid and method to shift gears
Has not been tested yet, waiting for solenoids to arrive.
2020-02-08 13:01:25 -07:00
keenandbuckley ea632f626f Added DriveWithJoystickAuxPID
Has been tested, does work but it stalled a falcon.
2020-02-08 12:37:48 -07:00
keenandbuckley 71bd46cc85 Tested Motion Magic and commented out unnecessary data prints 2020-02-08 09:27:40 -07:00
keenandbuckley 148ea4e941 Add Motion Magic (Aux PID acting up)
- Aux PID drifting and causing robot to slam into walls (Aux PID works everywhere else)
2020-02-07 21:49:04 -07:00
aarav18 43d9e8aa99 Make Position PID workie
Co-Authored-By: Keenan D. Buckley <hfocus@users.noreply.github.com>
2020-02-07 20:03:13 -07:00
aarav18 a3b0ac9976 Removed unused imports
In Drive and Robot Container
2020-02-07 17:52:52 -07:00
aarav18 479a7b9359 FIxed code from Code Reviews 2020-02-07 17:50:23 -07:00
aarav18 315ed22703 Wrote Java Docs for PID Methods 2020-02-07 17:02:43 -07:00
aarav18 033af31c96 Merge branch 'master' into add-falcon-500-motion-magic 2020-02-07 16:47:56 -07:00
aarav18 b7dfaf0248 Disables Not Working Buttons 2020-02-06 19:59:41 -07:00
aarav18 f5106f4232 Added command for storage to run 2020-02-06 19:57:25 -07:00
KyraRivera c0ead80055 Added Leveler 2020-02-06 19:51:17 -07:00
aarav18 92c4a18c6e Finished Drive Straight Velocity PID and started Position PID 2020-02-06 19:43:37 -07:00
aarav18 987a3a2647 Got DriveStraightAtVelocityPID Working 2020-02-06 18:36:04 -07:00
ryan123rudder 9d8f047bed Fix Shooter 2020-02-04 18:09:40 -07:00
Keenan D. Buckley 4dc07d718a Fix build error in RobotContainer 2020-02-03 17:49:05 -07:00
Keenan D. Buckley 5c7895d2a4 Add Motion Magic Aux PID 2020-02-03 17:31:37 -07:00
Keenan D. Buckley a8a0f60479 Code cleanup 2020-02-03 17:31:09 -07:00
ryan123rudder cfee098d05 Revert "Reverted Drive code to master"
This reverts commit 4dd70bf1fe.
2020-02-03 16:40:39 -07:00
aarav18 3a59650611 More PID Stuff with Nada
Code is working, now we are in the process of slowly adding features from Nada back in. The stuff to add back in is in single line comments, the actual comments are in multi-line comments.
2020-02-01 16:10:39 -07:00
ryan123rudder 0f5a6ef09f PID tuning
P and F
2020-02-01 16:07:59 -07:00
aarav18 63fae30f1d PID stuff 2020-02-01 15:30:41 -07:00
ryan123rudder c263ddc6f9 Merge branch 'add-shooter-subsystem-PID-new' of https://github.com/Team4388/RiseOfRidgebotics2020 into add-shooter-subsystem-PID-new 2020-02-01 14:21:27 -07:00
ryan123rudder 7bb3b8b18d Set idle speed 2020-02-01 14:21:23 -07:00
Keenan D. Buckley e9122984d0 The giving up commit 2020-02-01 13:48:52 -07:00
aarav18 4dd70bf1fe Reverted Drive code to master 2020-02-01 13:38:23 -07:00