Commit Graph

204 Commits

Author SHA1 Message Date
Aarav Shah 0faef3647e Merge branch 'add-ramsete-controller-and-trajectories' of https://github.com/Team4388/RiseOfRidgebotics2020 into add-ramsete-controller-and-trajectories 2020-02-19 16:32:48 -07:00
Aarav Shah faf777234d Fixed Solenoid to Cool Falcon 2020-02-19 16:25:38 -07:00
Keenan D. Buckley 8f039ce40a Create DriveWithJoystickStraight to have an assist that doesn't use stopped turns 2020-02-19 08:46:55 -07:00
Keenan D. Buckley cb2489ee9e Merge branch 'add-ramsete-controller-and-trajectories' of https://github.com/Team4388/RiseOfRidgebotics2020 into add-ramsete-controller-and-trajectories 2020-02-18 19:45:34 -07:00
Keenan D. Buckley 6cc1f7fb50 Messing with Dead Assist 2020-02-18 19:44:11 -07:00
Aarav Shah 24e0d07f3a Added opening every 10 seconds 2020-02-18 19:28:05 -07:00
Aarav Shah 14793f3cef Added method to open and close solenoid, started solenoid closed 2020-02-18 19:25:32 -07:00
Aarav Shah cdf2d64157 Renamed speedShift, declared coolFalcon 2020-02-18 19:22:18 -07:00
Keenan D. Buckley cce4f67726 Add temp sensing 2020-02-18 19:07:42 -07:00
Aarav Shah d1af80a114 Changed Gearing Buttons to Bumpers 2020-02-18 17:52:47 -07:00
Aarav Shah ac777e611e Merge branch 'add-ramsete-controller-and-trajectories' of https://github.com/Team4388/RiseOfRidgebotics2020 into add-ramsete-controller-and-trajectories 2020-02-18 17:37:15 -07:00
Aarav Shah 2c47b71534 Update Drive.java
Added Back Motor Velocities and Outputs.
2020-02-18 17:36:57 -07:00
Keenan D. Buckley 45db7a32d7 Merge branch 'add-ramsete-controller-and-trajectories' of https://github.com/Team4388/RiseOfRidgebotics2020 into add-ramsete-controller-and-trajectories 2020-02-18 17:29:38 -07:00
Keenan D. Buckley c5011b72d7 Tune the teleop controller 2020-02-18 17:29:26 -07:00
Aarav Shah 6f8e8f8b8f Added Variable to get Right Motor Pos and Vel 2020-02-18 16:56:56 -07:00
Keenan D. Buckley b729d04db4 rework Deadassist to enable after a timeout
This keeps it out of the hair of the drivers while also possibly being useful
2020-02-17 18:25:48 -07:00
Keenan D. Buckley 3cdeec01eb Merge branch 'fix-dead-assist' into add-ramsete-controller-and-trajectories 2020-02-17 13:55:29 -07:00
Keenan D. Buckley 1aa9037285 Cleanup DeadAssist 2020-02-17 13:10:10 -07:00
Keenan D. Buckley c39ec549a9 Set up back motor master and tune PIDs 2020-02-17 13:06:51 -07:00
Keenan D. Buckley 0e696c73ed Debugging ramsete controller 2020-02-14 08:32:32 -07:00
Aarav Shah 03daeed506 Fixed heading in odometry, but position needs work 2020-02-13 19:35:30 -07:00
Aarav Shah a3a1e953fb Fixed small issue in conversion method 2020-02-13 17:58:45 -07:00
Aarav Shah 572dd7c730 Took out straight from methods 2020-02-13 17:51:54 -07:00
Aarav Shah 110f18f569 Refactored constants 2020-02-13 17:48:49 -07:00
Aarav Shah 0cf6f8f370 Changed Tank Drive Velocity Method 2020-02-13 17:46:15 -07:00
Aarav Shah a5bdb28d37 Reconfigure motor sensor between auto and teleop 2020-02-13 17:34:59 -07:00
Aarav Shah a280554054 Merge branch 'add-ramsete-controller-and-trajectories' of https://github.com/Team4388/RiseOfRidgebotics2020 into add-ramsete-controller-and-trajectories 2020-02-13 17:17:06 -07:00
Aarav Shah 9ae3ff611f Revert "Added Trajectory Command"
This reverts commit 0e5427cb60.
2020-02-13 17:17:01 -07:00
ryan123rudder 328380b9e4 invert move input 2020-02-13 17:11:54 -07:00
ryan123rudder 9014d00798 setup code to fix broken dead assist 2020-02-13 17:08:41 -07:00
Keenan D. Buckley 4ea924ebe6 Remove unneeded line of code 2020-02-13 00:35:49 -07:00
Keenan D. Buckley 294f58727d Cleanup Imports in RobotContainer 2020-02-13 00:30:08 -07:00
Keenan D. Buckley b466afe548 Add Ramsete Controller and Everything Needed to Run it 2020-02-13 00:28:55 -07:00
Keenan D. Buckley 3a40b44ff6 Setup Turn Rate and Constants to be used in Ramsete 2020-02-12 22:15:50 -07:00
Keenan D. Buckley f7782c8acd Remove unused Smartdashboard PID Tuner 2020-02-12 21:46:38 -07:00
Keenan D. Buckley e8a00f533b Cleanup SmartDashboard and Motor Setup 2020-02-12 21:42:48 -07:00
Keenan D. Buckley bff9793caf Fix odometry to use meters as units 2020-02-12 21:32:33 -07:00
Keenan D. Buckley 80868d1fd7 Fix build error from merge 2020-02-12 21:00:54 -07:00
Keenan D. Buckley c96def0cdb Merge branch 'master' into add-ramsete-controller-and-trajectories 2020-02-13 03:53:34 +00:00
Keenan D. Buckley 3e248bd186 Merge pull request #28 from Team4388/add-pid-dead-assist
Add pid dead assist
2020-02-13 03:47:13 +00:00
Keenan D. Buckley ad5125ff4b Messing with Constants to make DriveTrain more responsive when in Dead Assist
- Added a P to Velocity Control to make robot resist being pushed.
- Upped the Output Limit on the Turning PID to allow it to be more aggressive.
2020-02-12 20:42:45 -07:00
Keenan D. Buckley b9919693cd Make Dead Assist default drive mode 2020-02-12 20:37:45 -07:00
Keenan D. Buckley cf061c1170 Update DriveWithJoystickUsingDeadAssist Documentation 2020-02-12 20:33:16 -07:00
Keenan D. Buckley b2fcc3c966 Add dead assist to make the robot stay its course when given no input 2020-02-12 20:30:44 -07:00
Keenan D. Buckley d402a31a16 Update PID method documentation 2020-02-12 20:28:55 -07:00
Keenan D. Buckley 7e250b04ee Merge pull request #27 from Team4388/additional-motor-config
Changed some motor configurations
2020-02-13 02:55:10 +00:00
KyraRivera 4b56ff8a3d Merge branch 'master' into additional-motor-config 2020-02-11 17:37:25 -07:00
KyraRivera ec82e26141 Changed some motor configurations 2020-02-11 17:35:36 -07:00
Keenan D. Buckley 129c8236c8 Merge pull request #23 from Team4388/Storage-Neo-PID-Integration
Added Neo PID stuff in Storage
2020-02-11 17:30:36 -07:00
Keenan D. Buckley 6694b3f289 Merge branch 'master' into Storage-Neo-PID-Integration 2020-02-11 17:28:41 -07:00