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

Conversation

Marius-Juston
Copy link
Contributor

No description provided.

Marius-Juston and others added 30 commits September 10, 2016 14:08
i made all the instance variables form every class except BNO055 private
and now you need to  a getter or a setter to access or change the values
there might not be some getters and setters that have not been
implemented so when you find a missing getter or/and setter please add
them in
Must be tested. Test with and without extension
creates a Logger.txt file in the code directory and you are able to log
the errors or warnings in form of strings can be helpfull trying to
locate a problem
Made it so that the Logs are dated Ex: Logger2016_23_02 and that the
program auto craetes a folder that puts all the files in it.
…ter method and save the values in different files
Still needs to be able to convert the File object to a java object and
get all the getter classes of all classes and get all the information
out of them and be able to save them to files
WarningMessages now accounts for some errors and also when the Logs
folder gets over 20 megabytes the folder purges it's self to deletes all
the Logger.txt files inside it
made it so that WarningMessages delete the folder if the folder size is
more than 50 magabyte and then restarts it
rearranged code and corrected spelling istake
still need to make it so that each error is on a new line in the file ,
amde it so that the message is automatically displayed
It is possible that there were some errors when updating the code so be
carefull and verify that the code works as intended!
…imum 1.2 and removed imports"

This reverts commit 63f4c7c.
…check if Command no longer needs to run execute()

needs to be tested to see if !isRunning() will work or not

also made minor code adjustments such as removing blanc javaDoc and
removed uncessary blancs
…n the index.html file

You have to recreate the java doc when a class or something has changed
and willl not be shown in the java doc every time as the javadocs does
not update automatically to create a java doc go to Project Generate
JavaDoc
…ecause impossible otherwise

there is still a problem in switch drive is that normal?
# Conflicts:
#	Robot2016/src/org/usfirst/frc/team2974/dataLogs/FileHelper.java
#	Robot2016/src/org/usfirst/frc/team2974/dataLogs/Message.java
#	Robot2016/src/org/usfirst/frc/team2974/robot/AutonLocator.java
#	Robot2016/src/org/usfirst/frc/team2974/robot/OI.java
#	Robot2016/src/org/usfirst/frc/team2974/robot/Robot.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommandGroups/ActivateAuton.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommandGroups/ChivalDeFreze.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommandGroups/FullRunnableAuton.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommandGroups/LowBar.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommandGroups/Moat.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommandGroups/MoveToShoot.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommandGroups/Ramparts.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommandGroups/RockWall.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommandGroups/RoughTerrain.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommands/AimOnboard.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommands/DriveStraightMC.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommands/FlapDown.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommands/FlapDownTime.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommands/IntakeOut.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommands/Shoot.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommands/TurnLeft.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/autonomousCommands/TurnToAngle.java
#	Robot2016/src/org/usfirst/frc/team2974/robot/commands/AimOnboard.java
#	Robot2016/src/org/usfirst/frc/team2974/robot/commands/Drive.java
#	Robot2016/src/org/usfirst/frc/team2974/robot/commands/Shoot.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/commands/SwitchDrives.java
#	Robot2016/src/org/usfirst/frc/team2974/robot/subsystems/Arm.java

#	Robot2016/src/org/usfirst/frc/team2974/robot/subsystems/IntakeWheels.java
…the method calls that are from our classes (that we created)

saves the fles in the logs folder on the dektop by using the Message
class. Needs to be tested
Want to use the final version of newCode2016 but says tha there is no
IntakeIn class normall?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant