Permalink
Commits on Feb 26, 2015
Commits on Feb 23, 2015
  1. 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
    committed Feb 23, 2015
  2. Update .gitignore

    committed Feb 23, 2015
  3. Delete .classpath

    committed Feb 23, 2015
  4. Delete build.properties

    committed Feb 23, 2015
  5. Delete build.xml

    committed Feb 23, 2015
  6. Delete sysProps.xml

    committed Feb 23, 2015
  7. Delete NetworkTables.jar

    committed Feb 23, 2015
  8. Delete WPILib.jar

    committed Feb 23, 2015
  9. Delete FRCUserProgram.jar

    committed Feb 23, 2015
Commits on Feb 18, 2015
  1. Merge branch '2015CommandBasedRefactor' of

    https://github.com:443/FRC-3277/2015Recycle into
    2015CommandBasedRefactor
    
    Conflicts:
    	src/org/usfirst/frc/team3277/robot/commands/DriveWithJoystick.java
    committed Feb 18, 2015
  2. Changes to the Govna. Konami code fixed :) Chute door... yes chute

    door!  Added finnesse button OI and Drive with joystic..  Merged cloud
    conflicts.
    committed Feb 18, 2015
Commits on Feb 17, 2015
  1. Changes in progress...

    committed Feb 17, 2015
  2. Adding piece of "the govna!"

    committed Feb 17, 2015
Commits on Feb 16, 2015
  1. 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.
    committed Feb 16, 2015
Commits on Feb 15, 2015
  1. Front left encoder testing. Failing for an unknown reason. Continue

    testing with Compass...
    committed Feb 15, 2015
Commits on Feb 14, 2015
  1. 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.
    committed Feb 14, 2015
  2. 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.
    committed Feb 14, 2015
Commits on Feb 13, 2015
  1. Removed unecessary command groups. Still unclear why buttons not

    working in OI.  Minor code cleanups and alterations.
    committed Feb 13, 2015
  2. Mecanum driven now! Added grabber and elevator. Needs troubleshooting

    of buttons and commands calling...
    committed Feb 13, 2015
Commits on Feb 11, 2015
  1. 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.
    committed Feb 11, 2015
Commits on Feb 9, 2015
  1. 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.
    committed Feb 9, 2015
Commits on Feb 7, 2015
  1. Added centralized logging class mainly for logging during errors. Added

    Talon and UltrasonicSensor subsystems.
    committed Feb 7, 2015
Commits on Feb 6, 2015
  1. Functional LIDAR tests with MXP achieved. Added gyro sensor. Added

    accelerometer sensor.
    committed Feb 6, 2015
Commits on Feb 3, 2015
  1. Refactored some more to run on ProtoBot. Changed RobotMap to static

    declaration to overcome problems encountered.  Added new Lidar sensor
    subsystem.
    committed Feb 3, 2015
Commits on Feb 2, 2015
  1. 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.
    committed Feb 2, 2015
  2. 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.
    committed Feb 2, 2015
Commits on Jan 23, 2015