2
0
mirror of https://github.com/team2059/Zaphod synced 2024-12-18 20:12:28 -05:00
Commit Graph

113 Commits

Author SHA1 Message Date
5a17933d03 Added files for Windriver automation 2014-12-07 16:37:05 -05:00
a408e87edf Changed values and added daniel mode to Rstick throttle 2014-11-01 17:17:35 -07:00
e0f3dc5609 Closes #8 2014-10-26 10:59:54 -04:00
818eeb6fe3 Disable compressor in auto 2014-10-25 17:39:24 -04:00
44fb8ac9c9 Added auto in teleop feature (Rstick button 8) 2014-10-25 14:59:56 -04:00
fdf83700dd Closes #7 2014-10-18 16:28:28 -04:00
df5dfea8a3 Changed default values. Robot appears to work on the field 2014-10-11 10:44:05 -07:00
84b4fca7f1 Committing possibly broken code. (Untested) 2014-10-11 08:31:22 -07:00
97fa3bef12 Added feature to disable compressor when shooting 2014-10-11 07:03:42 -07:00
610a675f5d Fixed indenting 2014-10-10 17:17:28 -04:00
b8b3e06347 Closes issue #5 with compressorEnabled 2014-10-10 11:31:49 -04:00
839643cc08 Closes #6 2014-10-09 17:41:09 -04:00
5be262137c Fixed missing semicolon 2014-10-09 17:22:10 -04:00
d69dc71e81 Attempted fixing #5 (Untested) 2014-10-09 17:18:57 -04:00
1a8882ee43 Committing working changes 2014-10-04 16:39:52 -07:00
9a2fa6e15a Lowered minimum shooting speed to 15 percent 2014-06-10 11:31:57 -04:00
46a1188857 Fixed issue #1. Min shoot speed is now 50% 2014-06-09 20:24:14 -04:00
f2cdf96183 Added Zaphod.out to the gitignore and meged stable code from 2014-06-08 21:41:19 -04:00
07396203d7 shooter_lower returns nothing 2014-05-04 10:30:10 -04:00
7e8a938be8 Removed files that aren't needed 2014-05-04 10:17:18 -04:00
02862ff099 Added the most recent version of the code. Also split the code into two folders, one of which has the .out 2014-05-04 10:15:42 -04:00
19c4b2a45d Removed python folder from master 2014-04-08 17:15:31 -04:00
b72e5261cf updated the main.py and started work on a drive.py with a drive class that will take the joystick input and power the motors 2014-04-06 16:57:09 -04:00
5a002751f5 Added the main python libraries needed for robotpy (they're submodules) 2014-04-06 12:47:18 -07:00
3668bf318d Fixed half speed in auto and in teleop (Untested) 2014-04-04 20:29:38 -04:00
087604037e Merge branch 'master' of 76.182.74.61:hitchhikers/MyRobot
it's mergin for no reason!
2014-04-04 20:26:14 -04:00
15f7871295 updateJoystick should return an int, not a bool 2014-04-04 15:07:15 -07:00
46865ab478 Merge branch 'master' of 76.182.74.61:hitchhikers/MyRobot 2014-04-03 22:01:36 -04:00
aae3cecd1f Formatted potToDegrees 2014-04-03 22:00:28 -04:00
11d08a0b26 Changed the updateJoystick function to work without an if statement by passing the joystick itself. Also, two arrays are created. array[x] where 'x' is the number of the button. 2014-04-03 16:33:22 -07:00
b4cdfa8c5f Changed the fold formatting on line 266 2014-04-03 16:03:28 -07:00
a5a4891649 Added a joystick update function for later use when implementing multiple joystick support (different models of joysticks) 2014-04-03 14:17:28 -07:00
7d276da7a9 Added a safety check for collecting the ball. Checks that the shooter arm is down before allowing the motor to be spun forwards. 2014-04-03 13:58:02 -07:00
69ded3ddad Merge branch 'master' of 76.182.74.61:hitchhikers/MyRobot 2014-04-03 15:25:01 -04:00
4ff23a17d9 Updated the save.xml (removed some unused keys and the second connection indicator 2014-04-03 15:24:45 -04:00
eef71313f0 Made runCompressor clearer 2014-04-03 15:13:42 -04:00
5653ed54eb fixed another missed brace 2014-04-02 17:00:46 -07:00
8303b79850 Reverted to the old pot conversion code that worked (may or may not be the issue currently) 2014-04-02 16:42:21 -07:00
396e18c1c4 Removed the old pot code 2014-04-02 16:39:19 -07:00
6e7f2435ab Preparing for merge to use old pot code 2014-04-02 16:37:26 -07:00
2bcb00fc74 changed runCompressor to 'void' 2014-04-02 15:17:28 -07:00
42f6e9e4e4 Forgot to make the compressor actually RUN 2014-04-02 14:45:42 -07:00
f046de3f93 Fixed the almost broken spike 2014-04-02 14:44:42 -07:00
0e7d44531b Added a function to check the compressor state and value at a given time interval (allows for a input timer so it works in both auto and tele(kinda the point of it)) 2014-04-02 10:55:12 -07:00
5184252863 Fixed shooting 2014-03-31 22:41:42 -04:00
ab224b71f5 Formatted code and started work on Test function 2014-03-31 22:40:15 -04:00
554d8f7c9f Merged the old code and the new to test the features 2014-03-31 17:28:08 -07:00
a461330371 Removed the switch for a small period of time 2014-03-31 17:21:18 -07:00
c1babe139a Added a half power switch that disables auto and moves robot at half power 2014-03-31 15:06:14 -04:00
13a1d2d6c6 Formatted code 2014-03-27 22:55:34 -04:00