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

110 Commits

Author SHA1 Message Date
486c03b8c5 Changed the build.py to build and made it executable. Changed configure to match the change 2014-06-07 13:09:37 -04:00
1e44615bb8 Updated gitignore 2014-06-06 19:24:06 -04:00
738139995b Greatly improved the buildscript to almost makefile like functionality. Also added and alias to the users bashrc (frcbot) 2014-06-06 16:24:28 -04:00
e24e6166d4 Forgot to use ucpp setup 2014-05-31 11:07:40 -04:00
190f230b07 Added two basic scripts (documenting it later but there pretty easy to understand 2014-05-31 11:02:27 -04:00
7f64b16a58 Removed old ucpp 2014-05-31 10:49:39 -04:00
0ef0b86221 Removed the old bin 2014-05-31 10:48:25 -04:00
c2f1218b91 Removed the old ucpp 2014-05-31 10:46:50 -04:00
bfc0723486 Added ucpp as a submodule in bin/ 2014-05-31 10:39:48 -04:00
0410f77cb5 Added basic driving code (fing code (the stuff from the previous code). Doesn't prevent instant motor changes (ie: full forward to full reverse) 2014-05-31 10:29:45 -04:00
9a52652abc Removed the gitmodules 2014-05-28 14:00:25 -04:00
ed4f0ea3aa Modified gitignore to save the .out file 2014-05-28 13:58:50 -04:00
52d4728f4e Added gitignore 2014-05-25 21:08:04 -04:00
4d4b3d07b1 Added support for different shooting powers 2014-05-25 14:41:10 -04:00
a57bee27b2 Added compressor support and solenoid support so the collector can extend and retract 2014-05-25 10:45:03 -04:00
bfd89cb5a4 Made the collector spin when shooting and assigned the collector and release buttons to the joystick. (Still needs compressor code though) 2014-05-24 21:42:12 -04:00
c9f1bcab7c Removed things not needed 2014-05-24 14:31:58 -04:00
0b2aae70a7 Here is the most recent version in the stable branch on my server 2014-05-24 14:29:44 -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
4fe2261a99 Tried to clean up potToDegrees. Untested. 2014-03-27 19:28:57 -04:00
31f938a8fb Removed autoSeq and replaced it with the raw dashboard value 2014-03-24 21:37:00 -04:00
5030b06c38 Changed the auto sequencing to a switch-case instead of a bunch of if statements 2014-03-22 20:00:36 -04:00