Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organized code with added code #6

Open
wants to merge 65 commits into
base: NewCode2016
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
2214518
Changed TurnToAim
Marius-Juston Sep 10, 2016
9794bc1
Merge pull request #3 from WaltonRobotics/NamelessSuperCoder
Marius-Juston Sep 10, 2016
99f566f
Changed instance variables to have a final modifier to safeguard
Marius-Juston Sep 11, 2016
490d0b1
Organized the code using avaliable functions in Intellij
Sep 11, 2016
7f68b7e
Merge remote-tracking branch 'origin/NamelessSuperCoder-patch-1' into…
Sep 11, 2016
8832da5
Test Image for SmartDashboard
Marius-Juston Sep 12, 2016
ef8b477
Nothing important
Marius-Juston Sep 12, 2016
e0cdfea
changed code to add image on the SmartDashboard
Marius-Juston Sep 12, 2016
08b4570
Private instant variables
Marius-Juston Sep 12, 2016
24a8e17
more getters and setters
Marius-Juston Sep 12, 2016
274d3b6
minor changes
Marius-Juston Sep 12, 2016
6ac61e7
Changed how to add an image
Marius-Juston Sep 12, 2016
bcf7a9b
reorginzided the getters and setters in RobotMap
Marius-Juston Sep 12, 2016
b78ff4c
created WarningMessages
Marius-Juston Sep 12, 2016
6a8fa2d
Updated ErrorMessages
Marius-Juston Sep 12, 2016
9796757
Made an extra package to log data moved WarningMessages
Marius-Juston Sep 12, 2016
e1d380e
trying to make it so that this class gets all the data form every get…
Marius-Juston Sep 13, 2016
60ecdfb
DataLog is now able to get every java class in everey package
Marius-Juston Sep 13, 2016
a14b7f2
Updated WarningMessages
Marius-Juston Sep 13, 2016
02d1d65
added WarningMessages in driveStraight and TurnToAngle
Marius-Juston Sep 14, 2016
8c32fd3
added the minimal changes from NewCode2016
Marius-Juston Sep 14, 2016
33b3ce3
improved WarningMessages class for error/warning recordings
Marius-Juston Sep 14, 2016
3232a4a
very minor changes
Marius-Juston Sep 14, 2016
beb2bef
Made so that the warnings print in System.out.println() and always ge…
Marius-Juston Sep 14, 2016
5a705d6
updated Robot class with WarningMessages
Marius-Juston Sep 14, 2016
2a42311
organizded code
Marius-Juston Sep 14, 2016
3a0e252
Made it so that Logs is created in the desktop of the current user
Marius-Juston Sep 14, 2016
5cc3c17
made it so that the log files are in the desktop and not the code dir…
Marius-Juston Sep 14, 2016
8fa93b3
removed some problems with reading from a file
Marius-Juston Sep 14, 2016
436852c
add a class to test to see which is better. added minor adjustments
Marius-Juston Sep 14, 2016
c186348
Changed WarningMessages to Message improved cersion of WarningMessage…
Marius-Juston Sep 15, 2016
be3c5e6
updated current code from new code 2016
Marius-Juston Sep 15, 2016
d7340bb
code polishing
Marius-Juston Sep 15, 2016
f61862f
minimal change to Message
Marius-Juston Sep 16, 2016
ec5ed82
improved FileHelper create method
Marius-Juston Sep 16, 2016
bcf1abc
cleaned up Message and FileHelper code and added additional "safety f…
Marius-Juston Sep 18, 2016
7dd82eb
added error logging using the Message methods
Marius-Juston Sep 18, 2016
024c56d
added some debugging satements and some java doc comenting to the Fil…
Marius-Juston Sep 19, 2016
2b012d2
added addidtional information to the java doc comments
Marius-Juston Sep 19, 2016
542a2f3
Normally correctly updated all the NewCode2016 code to Organize
Marius-Juston Sep 19, 2016
f62dad8
organized code thanks to eclipse function clean up in function mode c…
Marius-Juston Sep 19, 2016
a762dea
improved the debugger classes to be able to work with any operating s…
Marius-Juston Sep 19, 2016
f27208f
VERY minimal change
Marius-Juston Sep 19, 2016
63f4c7c
made it so then the java version for the date displyer is minimum 1.2…
Marius-Juston Sep 20, 2016
8b52d73
Revert "made it so then the java version for the date displyer is min…
Marius-Juston Sep 20, 2016
dc42861
removed some imports and made minor changes
Marius-Juston Sep 20, 2016
b5d94c5
to be tested but used !isRunning() to return true in isFinished() to…
Marius-Juston Sep 21, 2016
98d6027
very minor changes
Marius-Juston Sep 21, 2016
91bfcbf
Created a java doc to acess the java doc go to the doc folder and ope…
Marius-Juston Sep 21, 2016
ddf9c2c
Competely reset all the files so that it an update with NewCode2016 b…
Marius-Juston Oct 5, 2016
bacfb21
fixed SwitchDrives (normally)
Marius-Juston Oct 5, 2016
9de45d0
very minor correction to make the code more efficient
Marius-Juston Oct 5, 2016
1b8b720
commented out unused variables and imports
Marius-Juston Oct 5, 2016
ae5638a
Merge remote-tracking branch 'origin/Organize' into Organize
Marius-Juston Oct 5, 2016
756373a
added a method call debugger that records from a seperate thread all …
Marius-Juston Oct 9, 2016
c9c3c78
works with all the running threads since i don't know how the code works
Marius-Juston Oct 9, 2016
c754147
made the class itself an intirely new thread
Marius-Juston Oct 9, 2016
ded998d
fixed minor problem
Marius-Juston Oct 9, 2016
00e6485
minor tweaks to change style and code readebility
Marius-Juston Oct 9, 2016
c3f3a83
Added more information on what should be changed in the docs
Marius-Juston Oct 10, 2016
2687710
Made is so that the method call is a daemon allowing the program to f…
Marius-Juston Oct 10, 2016
429af26
minor changes
Marius-Juston Oct 10, 2016
101b856
Update from NewCode2016
Marius-Juston Oct 11, 2016
ea5f2d4
improved classes from dataLogs package
Marius-Juston Oct 12, 2016
657db70
dataLog code clean-up
Marius-Juston Oct 12, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions .idea/StrongHold.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions Robot2016/.settings/org.eclipse.jdt.ui.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
cleanup.add_default_serial_version_id=true
cleanup.add_generated_serial_version_id=false
cleanup.add_missing_annotations=true
cleanup.add_missing_deprecated_annotations=true
cleanup.add_missing_methods=false
cleanup.add_missing_nls_tags=false
cleanup.add_missing_override_annotations=true
cleanup.add_missing_override_annotations_interface_methods=true
cleanup.add_serial_version_id=false
cleanup.always_use_blocks=true
cleanup.always_use_parentheses_in_expressions=false
cleanup.always_use_this_for_non_static_field_access=false
cleanup.always_use_this_for_non_static_method_access=false
cleanup.convert_functional_interfaces=false
cleanup.convert_to_enhanced_for_loop=false
cleanup.correct_indentation=false
cleanup.format_source_code=false
cleanup.format_source_code_changes_only=false
cleanup.insert_inferred_type_arguments=false
cleanup.make_local_variable_final=true
cleanup.make_parameters_final=false
cleanup.make_private_fields_final=true
cleanup.make_type_abstract_if_missing_method=false
cleanup.make_variable_declarations_final=false
cleanup.never_use_blocks=false
cleanup.never_use_parentheses_in_expressions=true
cleanup.organize_imports=false
cleanup.qualify_static_field_accesses_with_declaring_class=false
cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
cleanup.qualify_static_member_accesses_with_declaring_class=true
cleanup.qualify_static_method_accesses_with_declaring_class=false
cleanup.remove_private_constructors=true
cleanup.remove_redundant_type_arguments=false
cleanup.remove_trailing_whitespaces=false
cleanup.remove_trailing_whitespaces_all=true
cleanup.remove_trailing_whitespaces_ignore_empty=false
cleanup.remove_unnecessary_casts=true
cleanup.remove_unnecessary_nls_tags=true
cleanup.remove_unused_imports=true
cleanup.remove_unused_local_variables=false
cleanup.remove_unused_private_fields=true
cleanup.remove_unused_private_members=false
cleanup.remove_unused_private_methods=true
cleanup.remove_unused_private_types=true
cleanup.sort_members=false
cleanup.sort_members_all=false
cleanup.use_anonymous_class_creation=false
cleanup.use_blocks=false
cleanup.use_blocks_only_for_return_and_throw=false
cleanup.use_lambda=true
cleanup.use_parentheses_in_expressions=false
cleanup.use_this_for_non_static_field_access=false
cleanup.use_this_for_non_static_field_access_only_if_necessary=true
cleanup.use_this_for_non_static_method_access=false
cleanup.use_this_for_non_static_method_access_only_if_necessary=true
cleanup_profile=org.eclipse.jdt.ui.default.eclipse_clean_up_profile
cleanup_settings_version=2
eclipse.preferences.version=1
45 changes: 45 additions & 0 deletions Robot2016/Robot2016.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
<varelement var="file://$wpilib$" value="wpilib" />
<varelement var="file://$wpilib.sources$" value="src:wpilib.sources" />
<varelement var="file://$networktables$" value="networktables" />
<varelement var="file://$networktables.sources$" value="src:networktables.sources" />
<varelement var="file://$wpilib.sources$" kind="src:" value="wpilib.sources" />
<varelement var="file://$networktables.sources$" kind="src:" value="networktables.sources" />
<src_description expected_position="3">
<src_folder value="file://$MODULE_DIR$/src" expected_position="3" />
</src_description>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/bin" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="module-library">
<library name="wpilib">
<CLASSES>
<root url="file://$wpilib$" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="file://$wpilib.sources$" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="networktables">
<CLASSES>
<root url="file://$networktables$" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="file://$networktables.sources$" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
Loading