|
9490e32ef6
|
Created template branch in an attempt to template the robot for future use. Made formatting and name changes
|
2014-06-10 17:52:21 -04:00 |
|
|
5a9572f516
|
fixes a compile error
|
2014-06-10 14:48:47 -04:00 |
|
|
080079610b
|
Indicates if the joysticks were plugged in during an invalid state (boolean on the dashboard)
|
2014-06-10 14:46:31 -04:00 |
|
|
d05dfd3e8d
|
Added a shooting power indicator to the dashboard with refreshing
|
2014-06-10 14:33:10 -04:00 |
|
|
4d176a607d
|
Updated to force shooting at >15 power
|
2014-06-10 14:03:18 -04:00 |
|
|
616df6236e
|
Added a function to put key values and will eventually return if successful
|
2014-06-08 09:56:03 -04:00 |
|
|
bf41285efe
|
Added the ZaphodDashboard class and included it in the needed files
|
2014-06-08 09:42:32 -04:00 |
|
|
73573178a1
|
Added the binary to the gitignore
|
2014-06-08 08:56:10 -04:00 |
|
|
0de735aaa6
|
Added a Dashboard class and added test function
|
2014-06-08 08:07:25 -04:00 |
|
|
726290b8d3
|
Added a line to configure
|
2014-06-07 16:58:00 -04:00 |
|
|
8850989d92
|
Changed the configure script
|
2014-06-07 16:48:56 -04:00 |
|
|
f9277408ed
|
Made the build file clean then build if buildclean is ran
|
2014-06-07 14:07:08 -04:00 |
|
|
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 |
|