Commit Graph

147 Commits

Author SHA1 Message Date
mayabartels a4ac866d1c Tested and working Neo PID 2020-02-10 19:13:34 -08:00
Aarav Shah 27824bdcfc Added Odometry and Baseplate for Trajectory
Need to still add Autonomous Command for actual Trajectory.
2020-02-10 20:13:15 -07: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 07ab93a06f Added Neo PID stuff in Storage 2020-02-10 16:57:41 -08:00
Keenan D. Buckley 57cbc028b9 Merge branch 'master' into add-shooter-subsystem-PID-new 2020-02-11 00:16:16 +00: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
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 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
KyraRivera c0ead80055 Added Leveler 2020-02-06 19:51:17 -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
ryan123rudder cfee098d05 Revert "Reverted Drive code to master"
This reverts commit 4dd70bf1fe.
2020-02-03 16:40:39 -07:00
ryan123rudder 0f5a6ef09f PID tuning
P and F
2020-02-01 16:07:59 -07:00
aarav18 4dd70bf1fe Reverted Drive code to master 2020-02-01 13:38:23 -07:00
ryan123rudder 42db77fe6d Fix Shooter PID 2020-01-31 21:39:51 -07:00
ryan123rudder 46812d1603 Add kF
Not under load
2020-01-31 19:31:40 -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 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 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 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 2896b9fec9 Added more gains 2020-01-20 09:55:14 -08: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
aarav18 101cfb5d10 Finished Elevator Robot Challenge 2020-01-18 14:29:30 -08:00
Keenan D. Buckley cbc112982c Added inches to encoder ticks conversion 2020-01-18 15:12:48 -07:00
aarav18 d4be141676 Changed Constants 2020-01-18 10:30:57 -08:00
Keenan D. Buckley 4a74baa56b Merge branch 'master' into add-falcon-500-motion-magic 2020-01-18 01:04:59 +00:00
Keenan D. Buckley 69b28c73b3 PID work 2020-01-16 17:56:18 -07:00
Aarav aa1fbe2e75 Testing changes to pid 2020-01-16 16:47:17 -07:00
Evan 2699697c37 Set up the controller and intake so that the triggers control the intake.
Co-Authored-By: Keenan D. Buckley <hfocus@users.noreply.github.com>
2020-01-13 19:50:26 -07:00
mayabartels 097f7414db Add Configs for Drive PID 2020-01-13 19:26:25 -07:00
mayabartels 18c21fdb7e Added motion magic stuff
Looked at the CTRE website and went to github. Added the stuff we saw on there for motion magic. Needs to be tested to see if it's accurate.
2020-01-13 17:53:42 -07:00
Aarav 87d5c1322f Added Pigeon APIs
Ability to get Yaw, Pitch, and Roll, and reset the Yaw.
2020-01-09 18:05:16 -07:00
Keenan D. Buckley ae469b5066 Initial commit 2020-01-09 23:55:46 +00:00