Skip to content

Commit

Permalink
Polishing the code
Browse files Browse the repository at this point in the history
Updated the code so it complies with version 1 of the scouting system framework.
- Made more visual buttons ie pictures.
- Implemented a Poll Per Second limiter
- Implemented a controller reacquisition mechanism that reacquires controllers that whose connections were lost ie unplugging the controller from the usb port.
- Converted our TBA client to be compatible with the TBA v3 API
- Added a Queuer and a GUI that goes with it to facilitate the addition and subtraction of matches in the queue.
  • Loading branch information
GraysonSpidle committed Nov 1, 2017
1 parent 4e31fa2 commit 5b24dbe
Show file tree
Hide file tree
Showing 30 changed files with 1,538 additions and 1,702 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
bin/
.classpath
.classpath
src/ui/Test.java
src/ui/Test.java
.classpath
Binary file added images/addToQueue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added images/next.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/queue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/apache-commons-lang.jar
Binary file not shown.
Binary file added lib/thejavascoutingsystem-3.0.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions recovery.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Robot Number,Low Goal,High Goal,Gears,Baseline,0,0,0,0,0,0,false,0,0,0,0,0,0,false,0,0,0,0,0,0,false,0,0,0,0,0,0,false,0,0,0,0,0,0,false,0,0,0,0,0,0,false
Robot Number,Low Goal,High Goal,Gears,Blocks,Climbing,Dead Bot,0,0,0,0,0,0,0,false,false,false,0,0,0,0,0,0,0,false,false,false,0,0,0,0,0,0,0,false,false,false,0,0,0,0,0,0,0,false,false,false,0,0,0,0,0,0,0,false,false,false,0,0,0,0,0,0,0,false,false,false
243 changes: 0 additions & 243 deletions src/elements/Controls.java

This file was deleted.

107 changes: 0 additions & 107 deletions src/elements/EventParser.java

This file was deleted.

Loading

0 comments on commit 5b24dbe

Please sign in to comment.