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
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
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
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
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
ryan123rudder
43a454f9de
Runup
2020-02-01 12:40:39 -07:00
ryan123rudder
68eb59bdc6
Fix the thing
...
and that other thing
2020-01-31 22:02:39 -07:00
ryan123rudder
42db77fe6d
Fix Shooter PID
2020-01-31 21:39:51 -07:00
aarav18
9d88aaab05
merge it bby
2020-01-31 17:53:33 -07:00
aarav18
2d14ef3da3
Araav Stuff for PID
2020-01-31 17:50:43 -07:00
Keenan D. Buckley
009443b044
Minor Code Cleanup
2020-01-30 23:21:35 -07:00
Ridgebotics
8a95c8a8cc
Merge branch 'master' into add-shooter-subsystem-PID-new
2020-01-31 05:46:05 +00:00
Keenan D. Buckley
6f0a052b0a
Update LED documentation
2020-01-30 22:00:52 -07:00
Keenan D. Buckley
7be98f8d30
Update Intake documentation
2020-01-30 21:59:12 -07:00
Keenan D. Buckley
5cb458082a
Modify Turning PID
...
- Uses a modified Velocity PID to keep robot still while rotating
- Could also use a Position PID to keep robot still but should be looked into further
2020-01-30 21:46:56 -07:00
Keenan D. Buckley
ae5fc4cb00
Invert Right side so PID Loops work
...
- Invert Right Motor
- Invert Right side on differential drive to allow for driving normally without subsequent motor inverts
2020-01-30 21:36:11 -07:00
Keenan D. Buckley
e96ccc527a
more work done (getting closer)
2020-01-30 16:44:05 -07:00
mayabartels
66893b5890
Added climber subsystem
2020-01-28 18:56:09 -08:00
RishabhCowlagi
29593564c2
Add Basic Storage Code
2020-01-28 17:07:49 -08:00
Keenan D. Buckley
9b6c6ec658
work done on PID
...
in better state than last time but still bad
2020-01-27 19:06:23 -07:00
aarav18
dec773cdcd
Velocity Control PID
...
Does not work in testing
2020-01-24 20:27:42 -07:00
aarav18
0da2e35400
Uncommented Velocity PID
2020-01-24 17:20:15 -07:00
aarav18
7008ceb453
Added PID Stuff for pigeon go straight
2020-01-23 16:42:20 -07:00
aarav18
7f96cecc4d
Spin up before engaging shooter pid
2020-01-21 16:45:29 -07:00
aarav18
db5c15a452
Tested Shooter, Fine tuned it
2020-01-20 15:22:44 -07:00
Keenan D. Buckley
2d1ba14cfd
Create a chooser to switch gains
2020-01-20 11:59:23 -07:00
aarav18
d80e81a61e
Merge branch 'add-gains' into add-falcon-500-motion-magic
2020-01-20 09:55:43 -08:00
aarav18
2896b9fec9
Added more gains
2020-01-20 09:55:14 -08:00
Keenan D. Buckley
ab1a670050
Remove magic numbers
2020-01-20 10:46:07 -07:00
Keenan D. Buckley
f5fa226d98
Set up Talon PIDs
2020-01-20 10:40:12 -07:00
aarav18
a96cd7a3e2
Finished up Velocity Control PID
...
Shooter PID
2020-01-20 08:59:20 -08:00
aarav18
de4265be23
Added Shooter Subsystem PID Stuff
...
Initialized gains and added velocity PID method.
2020-01-19 00:28:21 -07:00
Kyra
d9bd213ff2
Create Shooter Subsystem and PID stuff
...
Created shooter subsystem, set up command for shooter to run, set up PID constants, set up gains method in shooter.
2020-01-18 15:28:48 -08:00
Keenan D. Buckley
41ab970692
Do Cleanup, Constants, and Docs
2020-01-18 16:12:56 -07:00