-
Merge branch 'master' into 2015CommandBasedRefactor
FRC-3277 committedFeb 26, 2015 -
Added second controller to control subsystems.
FRC-3277 committedFeb 26, 2015
-
Merge remote-tracking branch 'origin/master'
FRC-3277 committedFeb 23, 2015 -
Merge branch '2015CommandBasedRefactor' of
https://github.com:443/FRC-3277/2015Recycle into 2015CommandBasedRefactor Conflicts: .classpath .gitignore build/jars/NetworkTables.jar build/jars/WPILib.jar build/org/usfirst/frc/team3277/robot/OI.class build/org/usfirst/frc/team3277/robot/Robot.class build/org/usfirst/frc/team3277/robot/RobotMap.class build/org/usfirst/frc/team3277/robot/commands/Autonomous.class build/org/usfirst/frc/team3277/robot/commands/DriveWithJoystick.class build/org/usfirst/frc/team3277/robot/subsystems/CompassSensor.class build/org/usfirst/frc/team3277/robot/subsystems/DriveTrain.class build/org/usfirst/frc/team3277/robot/subsystems/Elevator.class build/org/usfirst/frc/team3277/robot/subsystems/EncoderSensor.class build/org/usfirst/frc/team3277/robot/subsystems/GyroSensor.class dist/FRCUserProgram.jar sysProps.xml
FRC-3277 committedFeb 23, 2015 -
FRC-3277 committed
Feb 23, 2015 -
FRC-3277 committed
Feb 23, 2015 -
FRC-3277 committed
Feb 23, 2015 -
FRC-3277 committed
Feb 23, 2015 -
FRC-3277 committed
Feb 23, 2015 -
FRC-3277 committed
Feb 23, 2015 -
FRC-3277 committed
Feb 23, 2015 -
FRC-3277 committed
Feb 23, 2015
-
Conflict with undesirable .jar and .class files. Added to .gitignore.
FRC-3277 committedFeb 18, 2015 -
Merge branch '2015CommandBasedRefactor' of
https://github.com:443/FRC-3277/2015Recycle into 2015CommandBasedRefactor Conflicts: src/org/usfirst/frc/team3277/robot/commands/DriveWithJoystick.java
FRC-3277 committedFeb 18, 2015 -
Changes to the Govna. Konami code fixed :) Chute door... yes chute
door! Added finnesse button OI and Drive with joystic.. Merged cloud conflicts.
FRC-3277 committedFeb 18, 2015
-
Added autonomous mode commands, functions, and settings that drive them
in RobotMap.
FRC-3277 committedFeb 17, 2015 -
FRC-3277 committed
Feb 17, 2015 -
FRC-3277 committed
Feb 17, 2015
-
Testing lots and lots. Moved to XBox controller. Preserved joystick
settings to some degree. Noticed that some methods that put data in SmartDashboard cause others to fail regardless if they are wrapped in try catch blocks which is uncouth.
FRC-3277 committedFeb 16, 2015
-
Front left encoder testing. Failing for an unknown reason. Continue
testing with Compass...
FRC-3277 committedFeb 15, 2015 -
Compass sensor troubleshooting. Added subsystem to error logs.
FRC-3277 committedFeb 15, 2015 -
Working out compass and encoder details.
FRC-3277 committedFeb 15, 2015
-
Added logging flood control. Added autonomous commands. Added elevator
hold command. Added elevator hold button. Added camera loss failure tolerance. Added unique elevator up and down speeds to allow for more control and uniformity.
FRC-3277 committedFeb 14, 2015 -
Code cleanup in formatting. Correcting the order of the subsystem calls
corrected the OI call subsystem failures which allowed for the success of buttons mapping to commands. Fixed direction of grabber motor.
FRC-3277 committedFeb 14, 2015
-
Removed unecessary command groups. Still unclear why buttons not
working in OI. Minor code cleanups and alterations.
FRC-3277 committedFeb 13, 2015 -
Mecanum driven now! Added grabber and elevator. Needs troubleshooting
of buttons and commands calling...
FRC-3277 committedFeb 13, 2015
-
Attempted I2C MultiMaster, Arduino and RoboRio I2C on same bus, and
found failure with a Lidar Sensor and Compass. When I2C bus connected to RoboRio, via MXP I2C port, the Lidar Sensor would provide data, but when I2C disconnected from the RoboRio the Arduino USB Serial Monitor, connected to the computer, would provide data, otherwise the Arduino was not reachable. Currently, moving towards conversion of Adafruit Arduino code to Java for use with FRC. Avoiding RS-232 since appers to require SerialPort class which had problems with in past testing.
FRC-3277 committedFeb 11, 2015
-
Unable to use jSSC or RXTX with RoboRio. Discovered WPILib's SerialPort
implementation appears to support more than just RS-232 as documentation indicates. Testing with USB Serial.
FRC-3277 committedFeb 9, 2015 -
Testing read from Arduino via USB serial read libraries jSSC and RXTX.
FRC-3277 committedFeb 9, 2015
-
Added centralized logging class mainly for logging during errors. Added
Talon and UltrasonicSensor subsystems.
FRC-3277 committedFeb 7, 2015
-
Functional LIDAR tests with MXP achieved. Added gyro sensor. Added
accelerometer sensor.
FRC-3277 committedFeb 6, 2015
-
Refactored some more to run on ProtoBot. Changed RobotMap to static
declaration to overcome problems encountered. Added new Lidar sensor subsystem.
FRC-3277 committedFeb 3, 2015
-
Untested on ProtoBot. Refactored original code to take advantage of
command driven robot design. Modeled after some input from PacGoat and GearsBot example projects. Added many subsystems and will likely remove some if smaller components need to be moved into larger subsystems such as sensors and jags.
FRC-3277 committedFeb 2, 2015 -
Untested on ProtoBot. Refactored original code to take advantage of
command driven robot design. Modeled after some input from PacGoat and GearsBot example projects. Added many subsystems and will likely remove some if smaller components need to be moved into larger subsystems such as sensors and jags.
FRC-3277 committedFeb 2, 2015
-
Cleaned up enough to pass compiler with 2015 WPILib.
FRC-3277 committedJan 23, 2015