From ec2beb6eba67732a0dca85e63ff5eae93207e37f Mon Sep 17 00:00:00 2001 From: Noah Gleason Date: Sat, 30 Sep 2017 23:06:27 -0400 Subject: [PATCH 01/13] Add field-oriented OI --- R scripts/eventLog-2017.09.16.11.04.04.csv | 32 ++ .../oi/fieldoriented/OIFieldOriented.java | 28 ++ .../fieldoriented/OIFieldOrientedPosCos.java | 111 ++++++ docs/allclasses-frame.html | 6 +- docs/allclasses-noframe.html | 6 +- docs/constant-values.html | 4 +- docs/deprecated-list.html | 4 +- docs/help-doc.html | 4 +- docs/index-all.html | 36 +- docs/index.html | 2 +- docs/org/usfirst/frc/team449/robot/Robot.html | 4 +- .../frc/team449/robot/RobotMap2017.html | 4 +- .../commands/autonomous/Auto2017Boiler.html | 4 +- .../commands/autonomous/Auto2017Center.html | 4 +- .../commands/autonomous/Auto2017Feeder.html | 4 +- .../commands/autonomous/package-frame.html | 4 +- .../commands/autonomous/package-summary.html | 4 +- .../commands/autonomous/package-tree.html | 4 +- .../commands/general/CommandSequence.html | 4 +- .../general/ParallelCommandGroup.html | 4 +- .../robot/commands/general/WaitForMillis.html | 4 +- .../robot/commands/general/package-frame.html | 4 +- .../commands/general/package-summary.html | 4 +- .../robot/commands/general/package-tree.html | 4 +- .../RunMotorWhileConditonMet.html | 4 +- .../multiInterface/drive/JiggleRobot.html | 4 +- .../drive/NavXDriveStraight.html | 4 +- .../multiInterface/drive/NavXTurnToAngle.html | 4 +- .../drive/NavXTurnToAngleRelative.html | 4 +- .../drive/UnidirectionalNavXDefaultDrive.html | 4 +- ...nidirectionalNavXShiftingDefaultDrive.html | 4 +- .../multiInterface/drive/package-frame.html | 4 +- .../multiInterface/drive/package-summary.html | 4 +- .../multiInterface/drive/package-tree.html | 4 +- .../multiInterface/package-frame.html | 4 +- .../multiInterface/package-summary.html | 4 +- .../commands/multiInterface/package-tree.html | 4 +- .../commands/multiSubsystem/FireShooter.html | 4 +- .../commands/multiSubsystem/LoadShooter.html | 4 +- .../commands/multiSubsystem/RackShooter.html | 4 +- .../commands/multiSubsystem/ResetShooter.html | 4 +- .../multiSubsystem/package-frame.html | 4 +- .../multiSubsystem/package-summary.html | 4 +- .../commands/multiSubsystem/package-tree.html | 4 +- .../robot/components/AutoshiftComponent.html | 4 +- .../robot/components/ShiftComponent.html | 4 +- .../components/ShiftWithSensorComponent.html | 4 +- .../robot/components/package-frame.html | 4 +- .../robot/components/package-summary.html | 4 +- .../robot/components/package-tree.html | 4 +- .../team449/robot/drive/DriveSubsystem.html | 4 +- .../team449/robot/drive/package-frame.html | 4 +- .../team449/robot/drive/package-summary.html | 4 +- .../frc/team449/robot/drive/package-tree.html | 4 +- .../robot/drive/shifting/DriveShiftable.html | 4 +- .../shifting/commands/OverrideAutoShift.html | 4 +- .../commands/ToggleOverrideAutoShift.html | 4 +- .../shifting/commands/package-frame.html | 4 +- .../shifting/commands/package-summary.html | 4 +- .../drive/shifting/commands/package-tree.html | 4 +- .../robot/drive/shifting/package-frame.html | 4 +- .../robot/drive/shifting/package-summary.html | 4 +- .../robot/drive/shifting/package-tree.html | 4 +- .../unidirectional/DriveTalonCluster.html | 44 +-- .../DriveTalonClusterShiftable.html | 4 +- .../unidirectional/DriveUnidirectional.html | 4 +- .../DriveUnidirectionalSimple.html | 4 +- .../commands/DetermineNominalVoltage.html | 4 +- .../unidirectional/commands/DriveAtSpeed.html | 4 +- .../commands/DriveStraight.html | 4 +- .../commands/PIDBackAndForth.html | 4 +- .../unidirectional/commands/PIDTest.html | 4 +- .../commands/SimpleUnidirectionalDrive.html | 4 +- .../commands/package-frame.html | 4 +- .../commands/package-summary.html | 4 +- .../unidirectional/commands/package-tree.html | 4 +- .../drive/unidirectional/package-frame.html | 4 +- .../drive/unidirectional/package-summary.html | 4 +- .../drive/unidirectional/package-tree.html | 4 +- .../generalInterfaces/loggable/Loggable.html | 4 +- .../loggable/package-frame.html | 4 +- .../loggable/package-summary.html | 4 +- .../loggable/package-tree.html | 4 +- .../shiftable/Shiftable.gear.html | 4 +- .../shiftable/Shiftable.html | 4 +- .../shiftable/commands/ShiftGears.html | 4 +- .../shiftable/commands/SwitchToGear.html | 4 +- .../shiftable/commands/SwitchToHighGear.html | 4 +- .../shiftable/commands/SwitchToLowGear.html | 4 +- .../shiftable/commands/package-frame.html | 4 +- .../shiftable/commands/package-summary.html | 4 +- .../shiftable/commands/package-tree.html | 4 +- .../shiftable/package-frame.html | 4 +- .../shiftable/package-summary.html | 4 +- .../shiftable/package-tree.html | 4 +- .../simpleMotor/SimpleMotor.html | 4 +- .../simpleMotor/package-frame.html | 4 +- .../simpleMotor/package-summary.html | 4 +- .../simpleMotor/package-tree.html | 4 +- .../robot/jacksonWrappers/FPSTalon.html | 4 +- .../robot/jacksonWrappers/MappedAHRS.html | 4 +- .../jacksonWrappers/MappedDigitalInput.html | 4 +- .../jacksonWrappers/MappedDoubleSolenoid.html | 4 +- .../robot/jacksonWrappers/MappedJoystick.html | 4 +- .../jacksonWrappers/MappedUsbCamera.html | 4 +- .../robot/jacksonWrappers/MappedVictor.html | 4 +- .../robot/jacksonWrappers/PressureSensor.html | 4 +- .../jacksonWrappers/SimpleMotorCluster.html | 4 +- .../robot/jacksonWrappers/YamlCommand.html | 4 +- .../YamlCommandGroupWrapper.html | 4 +- .../jacksonWrappers/YamlCommandWrapper.html | 4 +- .../robot/jacksonWrappers/YamlSubsystem.html | 4 +- .../robot/jacksonWrappers/package-frame.html | 4 +- .../jacksonWrappers/package-summary.html | 4 +- .../robot/jacksonWrappers/package-tree.html | 4 +- .../robot/oi/buttons/CommandButton.html | 4 +- .../robot/oi/buttons/FactoryButton.html | 4 +- .../oi/buttons/FactoryJoystickButton.html | 4 +- .../robot/oi/buttons/TriggerButton.html | 4 +- .../team449/robot/oi/buttons/dPadButton.html | 4 +- .../robot/oi/buttons/package-frame.html | 4 +- .../robot/oi/buttons/package-summary.html | 8 +- .../robot/oi/buttons/package-tree.html | 8 +- .../oi/fieldoriented/OIFieldOriented.html | 253 +++++++++++++ .../fieldoriented/OIFieldOrientedPosCos.html | 333 ++++++++++++++++++ .../robot/oi/fieldoriented/package-frame.html | 24 ++ .../oi/fieldoriented/package-summary.html | 159 +++++++++ .../robot/oi/fieldoriented/package-tree.html | 139 ++++++++ .../team449/robot/oi/throttles/Throttle.html | 4 +- .../oi/throttles/ThrottleDeadbanded.html | 4 +- .../oi/throttles/ThrottleExponential.html | 4 +- .../oi/throttles/ThrottlePolynomial.html | 4 +- .../robot/oi/throttles/package-frame.html | 4 +- .../robot/oi/throttles/package-summary.html | 8 +- .../robot/oi/throttles/package-tree.html | 8 +- .../robot/oi/unidirectional/OIOutreach.html | 4 +- .../oi/unidirectional/OIUnidirectional.html | 4 +- .../oi/unidirectional/arcade/OIArcade.html | 4 +- .../unidirectional/arcade/OIArcadeSimple.html | 4 +- .../arcade/OIArcadeWithDPad.html | 4 +- .../unidirectional/arcade/package-frame.html | 4 +- .../arcade/package-summary.html | 4 +- .../unidirectional/arcade/package-tree.html | 4 +- .../oi/unidirectional/package-frame.html | 4 +- .../oi/unidirectional/package-summary.html | 4 +- .../robot/oi/unidirectional/package-tree.html | 4 +- .../robot/oi/unidirectional/tank/OITank.html | 4 +- .../oi/unidirectional/tank/OITankSimple.html | 4 +- .../oi/unidirectional/tank/package-frame.html | 4 +- .../unidirectional/tank/package-summary.html | 4 +- .../oi/unidirectional/tank/package-tree.html | 4 +- .../frc/team449/robot/other/BufferTimer.html | 4 +- .../frc/team449/robot/other/LogEvent.html | 4 +- .../frc/team449/robot/other/Logger.html | 4 +- .../robot/other/MotionProfileData.html | 4 +- .../frc/team449/robot/other/Polynomial.html | 4 +- .../team449/robot/other/package-frame.html | 4 +- .../team449/robot/other/package-summary.html | 4 +- .../frc/team449/robot/other/package-tree.html | 4 +- .../frc/team449/robot/package-frame.html | 4 +- .../frc/team449/robot/package-summary.html | 4 +- .../frc/team449/robot/package-tree.html | 4 +- .../climber/ClimberCurrentLimited.html | 4 +- .../complex/climber/package-frame.html | 4 +- .../complex/climber/package-summary.html | 4 +- .../complex/climber/package-tree.html | 4 +- .../intake/IntakeFixedAndActuated.html | 4 +- .../complex/intake/package-frame.html | 4 +- .../complex/intake/package-summary.html | 4 +- .../complex/intake/package-tree.html | 4 +- .../complex/shooter/LoggingShooter.html | 4 +- .../complex/shooter/package-frame.html | 4 +- .../complex/shooter/package-summary.html | 4 +- .../complex/shooter/package-tree.html | 4 +- .../binaryMotor/BinaryMotorSimple.html | 4 +- .../binaryMotor/SubsystemBinaryMotor.html | 4 +- .../binaryMotor/commands/ToggleMotor.html | 4 +- .../binaryMotor/commands/TurnMotorOff.html | 4 +- .../commands/TurnMotorOffWithRequires.html | 4 +- .../binaryMotor/commands/TurnMotorOn.html | 4 +- .../binaryMotor/commands/package-frame.html | 4 +- .../binaryMotor/commands/package-summary.html | 4 +- .../binaryMotor/commands/package-tree.html | 4 +- .../interfaces/binaryMotor/package-frame.html | 4 +- .../binaryMotor/package-summary.html | 4 +- .../interfaces/binaryMotor/package-tree.html | 4 +- .../conditional/SubsystemConditional.html | 4 +- .../interfaces/conditional/package-frame.html | 4 +- .../conditional/package-summary.html | 4 +- .../interfaces/conditional/package-tree.html | 4 +- .../interfaces/intake/IntakeSimple.html | 4 +- .../intake/SubsystemIntake.IntakeMode.html | 4 +- .../interfaces/intake/SubsystemIntake.html | 4 +- .../intake/commands/SetIntakeMode.html | 4 +- .../intake/commands/ToggleIntaking.html | 4 +- .../intake/commands/package-frame.html | 4 +- .../intake/commands/package-summary.html | 4 +- .../intake/commands/package-tree.html | 4 +- .../interfaces/intake/package-frame.html | 4 +- .../interfaces/intake/package-summary.html | 4 +- .../interfaces/intake/package-tree.html | 4 +- .../interfaces/motionProfile/SubsystemMP.html | 4 +- .../SubsystemMPTwoSides.html | 4 +- .../commands/LoadProfileTwoSides.html | 4 +- .../commands/RunProfileTwoSides.html | 4 +- .../commands/package-frame.html | 4 +- .../commands/package-summary.html | 4 +- .../commands/package-tree.html | 4 +- .../TwoSideMPSubsystem/package-frame.html | 4 +- .../TwoSideMPSubsystem/package-summary.html | 4 +- .../TwoSideMPSubsystem/package-tree.html | 4 +- .../motionProfile/commands/LoadProfile.html | 4 +- .../commands/RunLoadedProfile.html | 4 +- .../motionProfile/commands/RunProfile.html | 4 +- .../motionProfile/commands/package-frame.html | 4 +- .../commands/package-summary.html | 4 +- .../motionProfile/commands/package-tree.html | 4 +- .../motionProfile/package-frame.html | 4 +- .../motionProfile/package-summary.html | 4 +- .../motionProfile/package-tree.html | 4 +- .../interfaces/navX/SubsystemNavX.html | 4 +- .../navX/commands/OverrideNavX.html | 4 +- .../navX/commands/PIDAngleCommand.html | 4 +- .../navX/commands/ToggleOverrideNavX.html | 4 +- .../navX/commands/package-frame.html | 4 +- .../navX/commands/package-summary.html | 4 +- .../navX/commands/package-tree.html | 4 +- .../interfaces/navX/package-frame.html | 4 +- .../interfaces/navX/package-summary.html | 4 +- .../interfaces/navX/package-tree.html | 4 +- .../interfaces/shooter/ShooterSimple.html | 4 +- .../SubsystemShooter.ShooterState.html | 4 +- .../interfaces/shooter/SubsystemShooter.html | 4 +- .../shooter/commands/SpinUpShooter.html | 4 +- .../shooter/commands/SpinUpThenShoot.html | 4 +- .../shooter/commands/ToggleShooting.html | 4 +- .../shooter/commands/TurnAllOff.html | 4 +- .../commands/TurnAllOffWithRequires.html | 4 +- .../shooter/commands/TurnAllOn.html | 4 +- .../shooter/commands/package-frame.html | 4 +- .../shooter/commands/package-summary.html | 4 +- .../shooter/commands/package-tree.html | 4 +- .../interfaces/shooter/package-frame.html | 4 +- .../interfaces/shooter/package-summary.html | 4 +- .../interfaces/shooter/package-tree.html | 4 +- .../interfaces/solenoid/SolenoidSimple.html | 4 +- .../solenoid/SubsystemSolenoid.html | 4 +- .../solenoid/commands/SolenoidForward.html | 4 +- .../solenoid/commands/SolenoidOff.html | 4 +- .../solenoid/commands/SolenoidReverse.html | 4 +- .../solenoid/commands/ToggleSolenoid.html | 4 +- .../solenoid/commands/package-frame.html | 4 +- .../solenoid/commands/package-summary.html | 4 +- .../solenoid/commands/package-tree.html | 4 +- .../interfaces/solenoid/package-frame.html | 4 +- .../interfaces/solenoid/package-summary.html | 4 +- .../interfaces/solenoid/package-tree.html | 4 +- .../camera/CameraNetwork.html | 4 +- .../camera/commands/ChangeCam.html | 4 +- .../camera/commands/package-frame.html | 4 +- .../camera/commands/package-summary.html | 4 +- .../camera/commands/package-tree.html | 4 +- .../camera/package-frame.html | 4 +- .../camera/package-summary.html | 4 +- .../camera/package-tree.html | 4 +- .../pneumatics/Pneumatics.html | 4 +- .../pneumatics/commands/StartCompressor.html | 4 +- .../pneumatics/commands/package-frame.html | 4 +- .../pneumatics/commands/package-summary.html | 4 +- .../pneumatics/commands/package-tree.html | 4 +- .../pneumatics/package-frame.html | 4 +- .../pneumatics/package-summary.html | 4 +- .../pneumatics/package-tree.html | 4 +- docs/overview-frame.html | 5 +- docs/overview-summary.html | 60 ++-- docs/overview-tree.html | 7 +- docs/package-list | 1 + 277 files changed, 1713 insertions(+), 589 deletions(-) create mode 100644 R scripts/eventLog-2017.09.16.11.04.04.csv create mode 100644 RoboRIO/src/main/java/org/usfirst/frc/team449/robot/oi/fieldoriented/OIFieldOriented.java create mode 100644 RoboRIO/src/main/java/org/usfirst/frc/team449/robot/oi/fieldoriented/OIFieldOrientedPosCos.java create mode 100644 docs/org/usfirst/frc/team449/robot/oi/fieldoriented/OIFieldOriented.html create mode 100644 docs/org/usfirst/frc/team449/robot/oi/fieldoriented/OIFieldOrientedPosCos.html create mode 100644 docs/org/usfirst/frc/team449/robot/oi/fieldoriented/package-frame.html create mode 100644 docs/org/usfirst/frc/team449/robot/oi/fieldoriented/package-summary.html create mode 100644 docs/org/usfirst/frc/team449/robot/oi/fieldoriented/package-tree.html diff --git a/R scripts/eventLog-2017.09.16.11.04.04.csv b/R scripts/eventLog-2017.09.16.11.04.04.csv new file mode 100644 index 00000000..33ccffe5 --- /dev/null +++ b/R scripts/eventLog-2017.09.16.11.04.04.csv @@ -0,0 +1,32 @@ +time,class,message +0,class org.usfirst.frc.team449.robot.commands.multiInterface.drive.UnidirectionalNavXShiftingDefaultDrive,Drive Robot bueno +0,class org.usfirst.frc.team449.robot.subsystem.singleImplementation.camera.CameraNetwork,CameraSubsystem construct start +0,class org.usfirst.frc.team449.robot.subsystem.singleImplementation.camera.CameraNetwork,Set URL of MJPGServer to "http://roboRIO-449-frc.local:5800/stream.mjpg" +0,class org.usfirst.frc.team449.robot.subsystem.singleImplementation.camera.CameraNetwork,CameraSubsystem construct end +0,class org.usfirst.frc.team449.robot.drive.unidirectional.commands.DriveAtSpeed,Drive Robot bueno +0,class org.usfirst.frc.team449.robot.drive.unidirectional.commands.DriveAtSpeed,Drive Robot bueno +0,class org.usfirst.frc.team449.robot.drive.unidirectional.commands.DriveAtSpeed,Drive Robot bueno +0,class org.usfirst.frc.team449.robot.Robot,redAlliance: false +0,class org.usfirst.frc.team449.robot.Robot,dropGear: true +0,class org.usfirst.frc.team449.robot.Robot,position: right +9057,class org.usfirst.frc.team449.robot.drive.shifting.commands.SwitchToGear,SwitchToGear init. +9057,class org.usfirst.frc.team449.robot.drive.shifting.commands.SwitchToGear,SwitchToGear end. +9057,class org.usfirst.frc.team449.robot.subsystem.singleImplementation.pneumatics.commands.StartCompressor,StartCompressor init. +9057,class org.usfirst.frc.team449.robot.subsystem.singleImplementation.pneumatics.commands.StartCompressor,StartCompressor end. +9057,class org.usfirst.frc.team449.robot.subsystem.interfaces.solenoid.commands.SolenoidForward,SolenoidForward init. +9057,class org.usfirst.frc.team449.robot.subsystem.interfaces.solenoid.commands.SolenoidForward,SolenoidForward end. +9057,class org.usfirst.frc.team449.robot.commands.multiInterface.drive.UnidirectionalNavXShiftingDefaultDrive,UnidirectionalNavXArcadeDrive init. +9217,class org.usfirst.frc.team449.robot.commands.multiInterface.drive.UnidirectionalNavXShiftingDefaultDrive,Switching to DriveStraight. +19538,class org.usfirst.frc.team449.robot.commands.multiInterface.drive.UnidirectionalNavXShiftingDefaultDrive,Switching to free drive. +24077,class org.usfirst.frc.team449.robot.commands.multiInterface.drive.UnidirectionalNavXShiftingDefaultDrive,Switching to DriveStraight. +24777,class org.usfirst.frc.team449.robot.commands.multiInterface.drive.UnidirectionalNavXShiftingDefaultDrive,Switching to free drive. +50538,class org.usfirst.frc.team449.robot.commands.multiInterface.drive.UnidirectionalNavXShiftingDefaultDrive,Switching to DriveStraight. +50878,class org.usfirst.frc.team449.robot.drive.shifting.commands.SwitchToLowGear,SwitchToLowGear init. +50878,class org.usfirst.frc.team449.robot.drive.shifting.commands.SwitchToLowGear,SwitchToLowGear end. +52960,class org.usfirst.frc.team449.robot.commands.multiInterface.drive.UnidirectionalNavXShiftingDefaultDrive,Switching to free drive. +58719,class org.usfirst.frc.team449.robot.commands.multiInterface.drive.UnidirectionalNavXShiftingDefaultDrive,Switching to DriveStraight. +59817,class org.usfirst.frc.team449.robot.commands.multiInterface.drive.UnidirectionalNavXShiftingDefaultDrive,Switching to free drive. +65738,class org.usfirst.frc.team449.robot.commands.multiInterface.drive.UnidirectionalNavXShiftingDefaultDrive,Switching to DriveStraight. +100,class org.usfirst.frc.team449.robot.drive.unidirectional.commands.DetermineVelVsVoltage,1 +200,class org.usfirst.frc.team449.robot.drive.unidirectional.commands.DetermineVelVsVoltage,1.5 +200,class org.usfirst.frc.team449.robot.drive.unidirectional.commands.DetermineVelVsVoltage,2 diff --git a/RoboRIO/src/main/java/org/usfirst/frc/team449/robot/oi/fieldoriented/OIFieldOriented.java b/RoboRIO/src/main/java/org/usfirst/frc/team449/robot/oi/fieldoriented/OIFieldOriented.java new file mode 100644 index 00000000..3d81298f --- /dev/null +++ b/RoboRIO/src/main/java/org/usfirst/frc/team449/robot/oi/fieldoriented/OIFieldOriented.java @@ -0,0 +1,28 @@ +package org.usfirst.frc.team449.robot.oi.fieldoriented; + +import com.fasterxml.jackson.annotation.JsonTypeInfo; +import org.jetbrains.annotations.Nullable; + +/** + * An OI that gives an absolute heading, relative to the field, and a velocity. + */ +@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS, include = JsonTypeInfo.As.WRAPPER_OBJECT, property = "@class") +public interface OIFieldOriented { + + /** + * Get the absolute angle for the robot to move towards. + * + * @return An angular setpoint for the robot in degrees, where 0 is pointing at the other alliance's driver station + * and 90 is pointing at the left wall when looking out from the driver station. Returns null if vel is 0. + */ + @Nullable + Double getTheta(); + + /** + * Get the velocity for the robot to go at. + * + * @return A velocity from [-1, 1]. + */ + double getVel(); + +} diff --git a/RoboRIO/src/main/java/org/usfirst/frc/team449/robot/oi/fieldoriented/OIFieldOrientedPosCos.java b/RoboRIO/src/main/java/org/usfirst/frc/team449/robot/oi/fieldoriented/OIFieldOrientedPosCos.java new file mode 100644 index 00000000..4775458d --- /dev/null +++ b/RoboRIO/src/main/java/org/usfirst/frc/team449/robot/oi/fieldoriented/OIFieldOrientedPosCos.java @@ -0,0 +1,111 @@ +package org.usfirst.frc.team449.robot.oi.fieldoriented; + +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.annotation.JsonIdentityInfo; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.ObjectIdGenerators; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; +import org.usfirst.frc.team449.robot.Robot; +import org.usfirst.frc.team449.robot.oi.throttles.Throttle; + +/** + * A field-oriented OI that always points the robot an angle where cosine is positive, i.e. always pointing away from the driver station. + */ +@JsonIdentityInfo(generator = ObjectIdGenerators.StringIdGenerator.class) +public class OIFieldOrientedPosCos implements OIFieldOriented{ + + /** + * The throttle for the X-axis, which points towards the opposing driver station. + */ + @NotNull + private final Throttle xThrottle; + + /** + * The throttle for the Y-axis, which points towards the driver's left. + */ + @NotNull + private final Throttle yThrottle; + + /** + * The theta value calculated the last time calcValues was called. + */ + @Nullable + private Double theta; + + /** + * The velocity value calculated the last time calcValues was called. + */ + private double vel; + + /** + * The time calcValues was last called, in milliseconds + */ + private long timeLastUpdated; + + /** + * Variables for the outputs of the x and y throttles. Fields to avoid garbage collection. + */ + private double x, y; + + /** + * Default constructor + * + * @param xThrottle The throttle for the X-axis, which points towards the opposing driver station. + * @param yThrottle The throttle for the Y-axis, which points towards the driver's left. + */ + @JsonCreator + public OIFieldOrientedPosCos(@NotNull @JsonProperty(required = true) Throttle xThrottle, + @NotNull @JsonProperty(required = true) Throttle yThrottle) { + this.xThrottle = xThrottle; + this.yThrottle = yThrottle; + } + + protected void calcValues(){ + if (timeLastUpdated != Robot.currentTimeMillis()){ + x = xThrottle.getValue(); + y = yThrottle.getValue(); + if (x == 0 && y == 0){ + theta = null; + vel = 0; + } else { + theta = Math.toDegrees(Math.atan2(y,x)); + if (theta > 90){ + vel = -Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); + theta -= 180; + } else if (theta < -90){ + vel = -Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); + theta += 180; + } else { + vel = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); + } + } + timeLastUpdated = Robot.currentTimeMillis(); + } + } + + + /** + * Get the absolute angle for the robot to move towards. + * + * @return An angular setpoint for the robot in degrees, where 0 is pointing at the other alliance's driver station + * and 90 is pointing at the left wall when looking out from the driver station. + */ + @Override + @Nullable + public Double getTheta() { + calcValues(); + return theta; + } + + /** + * Get the velocity for the robot to go at. + * + * @return A velocity from [-1, 1]. + */ + @Override + public double getVel() { + calcValues(); + return vel; + } +} diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index ccf1e11b..a028cd64 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -2,9 +2,9 @@ - + All Classes (RoboRIO 1.0 API) - + @@ -60,6 +60,8 @@

All Classes

  • OIArcade
  • OIArcadeSimple
  • OIArcadeWithDPad
  • +
  • OIFieldOriented
  • +
  • OIFieldOrientedPosCos
  • OIOutreach
  • OITank
  • OITankSimple
  • diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html index d0d5aea6..dd399ff0 100644 --- a/docs/allclasses-noframe.html +++ b/docs/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes (RoboRIO 1.0 API) - + @@ -60,6 +60,8 @@

    All Classes

  • OIArcade
  • OIArcadeSimple
  • OIArcadeWithDPad
  • +
  • OIFieldOriented
  • +
  • OIFieldOrientedPosCos
  • OIOutreach
  • OITank
  • OITankSimple
  • diff --git a/docs/constant-values.html b/docs/constant-values.html index 901a0357..576a4806 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values (RoboRIO 1.0 API) - + diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html index 3a354711..25bfb87e 100644 --- a/docs/deprecated-list.html +++ b/docs/deprecated-list.html @@ -2,9 +2,9 @@ - + Deprecated List (RoboRIO 1.0 API) - + diff --git a/docs/help-doc.html b/docs/help-doc.html index 84d43017..37511cbb 100644 --- a/docs/help-doc.html +++ b/docs/help-doc.html @@ -2,9 +2,9 @@ - + API Help (RoboRIO 1.0 API) - + diff --git a/docs/index-all.html b/docs/index-all.html index 04e9ed6a..21ba45ea 100644 --- a/docs/index-all.html +++ b/docs/index-all.html @@ -2,9 +2,9 @@ - + Index (RoboRIO 1.0 API) - + @@ -161,6 +161,8 @@

    B

    C

    +
    calcValues() - Method in class org.usfirst.frc.team449.robot.oi.fieldoriented.OIFieldOrientedPosCos
    +
     
    CameraNetwork - Class in org.usfirst.frc.team449.robot.subsystem.singleImplementation.camera
    Subsystem to initialize cameras and put video on SmartDashboard.
    @@ -1022,6 +1024,14 @@

    G

     
    getTestMP() - Method in class org.usfirst.frc.team449.robot.RobotMap2017
     
    +
    getTheta() - Method in interface org.usfirst.frc.team449.robot.oi.fieldoriented.OIFieldOriented
    +
    +
    Get the absolute angle for the robot to move towards.
    +
    +
    getTheta() - Method in class org.usfirst.frc.team449.robot.oi.fieldoriented.OIFieldOrientedPosCos
    +
    +
    Get the absolute angle for the robot to move towards.
    +
    getValue() - Method in class org.usfirst.frc.team449.robot.oi.throttles.Throttle
    Gets the raw value from the stick and inverts it if necessary.
    @@ -1038,6 +1048,14 @@

    G

    Passes the deadbanded joystick output to the polynomial, while preserving sign.
    +
    getVel() - Method in interface org.usfirst.frc.team449.robot.oi.fieldoriented.OIFieldOriented
    +
    +
    Get the velocity for the robot to go at.
    +
    +
    getVel() - Method in class org.usfirst.frc.team449.robot.oi.fieldoriented.OIFieldOrientedPosCos
    +
    +
    Get the velocity for the robot to go at.
    +
    getVelocity() - Method in class org.usfirst.frc.team449.robot.jacksonWrappers.FPSTalon
    Get the velocity of the CANTalon in FPS.
    @@ -1791,6 +1809,18 @@

    O

    Default constructor
    +
    OIFieldOriented - Interface in org.usfirst.frc.team449.robot.oi.fieldoriented
    +
    +
    An OI that gives an absolute heading, relative to the field, and a velocity.
    +
    +
    OIFieldOrientedPosCos - Class in org.usfirst.frc.team449.robot.oi.fieldoriented
    +
    +
    A field-oriented OI that always points the robot an angle where cosine is positive, i.e.
    +
    +
    OIFieldOrientedPosCos(Throttle, Throttle) - Constructor for class org.usfirst.frc.team449.robot.oi.fieldoriented.OIFieldOrientedPosCos
    +
    +
    Default constructor
    +
    OIOutreach - Class in org.usfirst.frc.team449.robot.oi.unidirectional
     
    OIOutreach(OIUnidirectional, OIUnidirectional, FactoryButton) - Constructor for class org.usfirst.frc.team449.robot.oi.unidirectional.OIOutreach
    @@ -1849,6 +1879,8 @@

    O

     
    org.usfirst.frc.team449.robot.oi.buttons - package org.usfirst.frc.team449.robot.oi.buttons
     
    +
    org.usfirst.frc.team449.robot.oi.fieldoriented - package org.usfirst.frc.team449.robot.oi.fieldoriented
    +
     
    org.usfirst.frc.team449.robot.oi.throttles - package org.usfirst.frc.team449.robot.oi.throttles
     
    org.usfirst.frc.team449.robot.oi.unidirectional - package org.usfirst.frc.team449.robot.oi.unidirectional
    diff --git a/docs/index.html b/docs/index.html index 51f0415f..877e0876 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - + RoboRIO 1.0 API diff --git a/docs/org/usfirst/frc/team449/robot/RobotMap2017.html b/docs/org/usfirst/frc/team449/robot/RobotMap2017.html index bb478a99..67684421 100644 --- a/docs/org/usfirst/frc/team449/robot/RobotMap2017.html +++ b/docs/org/usfirst/frc/team449/robot/RobotMap2017.html @@ -2,9 +2,9 @@ - + RobotMap2017 (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/autonomous/Auto2017Boiler.html b/docs/org/usfirst/frc/team449/robot/commands/autonomous/Auto2017Boiler.html index 375f042b..0f3122c1 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/autonomous/Auto2017Boiler.html +++ b/docs/org/usfirst/frc/team449/robot/commands/autonomous/Auto2017Boiler.html @@ -2,9 +2,9 @@ - + Auto2017Boiler (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/autonomous/Auto2017Center.html b/docs/org/usfirst/frc/team449/robot/commands/autonomous/Auto2017Center.html index d2a3adda..7d3c057a 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/autonomous/Auto2017Center.html +++ b/docs/org/usfirst/frc/team449/robot/commands/autonomous/Auto2017Center.html @@ -2,9 +2,9 @@ - + Auto2017Center (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/autonomous/Auto2017Feeder.html b/docs/org/usfirst/frc/team449/robot/commands/autonomous/Auto2017Feeder.html index aa8e2034..240934e1 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/autonomous/Auto2017Feeder.html +++ b/docs/org/usfirst/frc/team449/robot/commands/autonomous/Auto2017Feeder.html @@ -2,9 +2,9 @@ - + Auto2017Feeder (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/autonomous/package-frame.html b/docs/org/usfirst/frc/team449/robot/commands/autonomous/package-frame.html index 1b709618..32e86de6 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/autonomous/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/commands/autonomous/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.commands.autonomous (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/autonomous/package-summary.html b/docs/org/usfirst/frc/team449/robot/commands/autonomous/package-summary.html index 45b19a7b..f5be4c84 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/autonomous/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/commands/autonomous/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.commands.autonomous (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/autonomous/package-tree.html b/docs/org/usfirst/frc/team449/robot/commands/autonomous/package-tree.html index 78f13246..c5852046 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/autonomous/package-tree.html +++ b/docs/org/usfirst/frc/team449/robot/commands/autonomous/package-tree.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.commands.autonomous Class Hierarchy (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/general/CommandSequence.html b/docs/org/usfirst/frc/team449/robot/commands/general/CommandSequence.html index 47b6e733..2332bd46 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/general/CommandSequence.html +++ b/docs/org/usfirst/frc/team449/robot/commands/general/CommandSequence.html @@ -2,9 +2,9 @@ - + CommandSequence (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/general/ParallelCommandGroup.html b/docs/org/usfirst/frc/team449/robot/commands/general/ParallelCommandGroup.html index 8036b5c4..041c251a 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/general/ParallelCommandGroup.html +++ b/docs/org/usfirst/frc/team449/robot/commands/general/ParallelCommandGroup.html @@ -2,9 +2,9 @@ - + ParallelCommandGroup (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/general/WaitForMillis.html b/docs/org/usfirst/frc/team449/robot/commands/general/WaitForMillis.html index 90e65723..54b7843b 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/general/WaitForMillis.html +++ b/docs/org/usfirst/frc/team449/robot/commands/general/WaitForMillis.html @@ -2,9 +2,9 @@ - + WaitForMillis (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/general/package-frame.html b/docs/org/usfirst/frc/team449/robot/commands/general/package-frame.html index 524fb243..bdcdf139 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/general/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/commands/general/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.commands.general (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/general/package-summary.html b/docs/org/usfirst/frc/team449/robot/commands/general/package-summary.html index 5c19c344..a796dff1 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/general/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/commands/general/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.commands.general (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/general/package-tree.html b/docs/org/usfirst/frc/team449/robot/commands/general/package-tree.html index 45404872..3cd54e15 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/general/package-tree.html +++ b/docs/org/usfirst/frc/team449/robot/commands/general/package-tree.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.commands.general Class Hierarchy (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/RunMotorWhileConditonMet.html b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/RunMotorWhileConditonMet.html index 1d720b51..dd306e5d 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/RunMotorWhileConditonMet.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/RunMotorWhileConditonMet.html @@ -2,9 +2,9 @@ - + RunMotorWhileConditonMet (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/JiggleRobot.html b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/JiggleRobot.html index 9832fb0c..580759c1 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/JiggleRobot.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/JiggleRobot.html @@ -2,9 +2,9 @@ - + JiggleRobot (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/NavXDriveStraight.html b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/NavXDriveStraight.html index b65fec26..750a7315 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/NavXDriveStraight.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/NavXDriveStraight.html @@ -2,9 +2,9 @@ - + NavXDriveStraight (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/NavXTurnToAngle.html b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/NavXTurnToAngle.html index 46297feb..c2ea3fd9 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/NavXTurnToAngle.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/NavXTurnToAngle.html @@ -2,9 +2,9 @@ - + NavXTurnToAngle (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/NavXTurnToAngleRelative.html b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/NavXTurnToAngleRelative.html index 62d96833..fc9464ce 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/NavXTurnToAngleRelative.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/NavXTurnToAngleRelative.html @@ -2,9 +2,9 @@ - + NavXTurnToAngleRelative (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/UnidirectionalNavXDefaultDrive.html b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/UnidirectionalNavXDefaultDrive.html index 6478edb7..5c2ce991 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/UnidirectionalNavXDefaultDrive.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/UnidirectionalNavXDefaultDrive.html @@ -2,9 +2,9 @@ - + UnidirectionalNavXDefaultDrive (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/UnidirectionalNavXShiftingDefaultDrive.html b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/UnidirectionalNavXShiftingDefaultDrive.html index f0c1c4bb..4394b43b 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/UnidirectionalNavXShiftingDefaultDrive.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/UnidirectionalNavXShiftingDefaultDrive.html @@ -2,9 +2,9 @@ - + UnidirectionalNavXShiftingDefaultDrive (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/package-frame.html b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/package-frame.html index 66d32670..d5003056 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.commands.multiInterface.drive (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/package-summary.html b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/package-summary.html index 6fa2b67c..80bd5858 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.commands.multiInterface.drive (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/package-tree.html b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/package-tree.html index ead0b046..b85636de 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/package-tree.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/drive/package-tree.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.commands.multiInterface.drive Class Hierarchy (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/package-frame.html b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/package-frame.html index ae687f99..8ef3b95e 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.commands.multiInterface (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/package-summary.html b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/package-summary.html index 16eda34d..a60fea68 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.commands.multiInterface (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/package-tree.html b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/package-tree.html index df868fbc..31d910f0 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiInterface/package-tree.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiInterface/package-tree.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.commands.multiInterface Class Hierarchy (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/FireShooter.html b/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/FireShooter.html index 03744428..9c68735b 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/FireShooter.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/FireShooter.html @@ -2,9 +2,9 @@ - + FireShooter (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/LoadShooter.html b/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/LoadShooter.html index 4fe9e4d2..2ab143b7 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/LoadShooter.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/LoadShooter.html @@ -2,9 +2,9 @@ - + LoadShooter (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/RackShooter.html b/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/RackShooter.html index dbd1bffe..4cd2fc0e 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/RackShooter.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/RackShooter.html @@ -2,9 +2,9 @@ - + RackShooter (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/ResetShooter.html b/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/ResetShooter.html index 283b0ec7..2ed87a73 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/ResetShooter.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/ResetShooter.html @@ -2,9 +2,9 @@ - + ResetShooter (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/package-frame.html b/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/package-frame.html index 3de05dd4..6343ddae 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.commands.multiSubsystem (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/package-summary.html b/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/package-summary.html index 0f498c9d..c7d94b16 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.commands.multiSubsystem (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/package-tree.html b/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/package-tree.html index 1af3f047..e68d5a7d 100644 --- a/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/package-tree.html +++ b/docs/org/usfirst/frc/team449/robot/commands/multiSubsystem/package-tree.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.commands.multiSubsystem Class Hierarchy (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/components/AutoshiftComponent.html b/docs/org/usfirst/frc/team449/robot/components/AutoshiftComponent.html index a88e3b52..3ca9ad07 100644 --- a/docs/org/usfirst/frc/team449/robot/components/AutoshiftComponent.html +++ b/docs/org/usfirst/frc/team449/robot/components/AutoshiftComponent.html @@ -2,9 +2,9 @@ - + AutoshiftComponent (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/components/ShiftComponent.html b/docs/org/usfirst/frc/team449/robot/components/ShiftComponent.html index 3e984d2a..8b8fe3ba 100644 --- a/docs/org/usfirst/frc/team449/robot/components/ShiftComponent.html +++ b/docs/org/usfirst/frc/team449/robot/components/ShiftComponent.html @@ -2,9 +2,9 @@ - + ShiftComponent (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/components/ShiftWithSensorComponent.html b/docs/org/usfirst/frc/team449/robot/components/ShiftWithSensorComponent.html index 20838502..bca64f8b 100644 --- a/docs/org/usfirst/frc/team449/robot/components/ShiftWithSensorComponent.html +++ b/docs/org/usfirst/frc/team449/robot/components/ShiftWithSensorComponent.html @@ -2,9 +2,9 @@ - + ShiftWithSensorComponent (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/components/package-frame.html b/docs/org/usfirst/frc/team449/robot/components/package-frame.html index bacc2730..93528321 100644 --- a/docs/org/usfirst/frc/team449/robot/components/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/components/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.components (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/components/package-summary.html b/docs/org/usfirst/frc/team449/robot/components/package-summary.html index 7f932678..66334e74 100644 --- a/docs/org/usfirst/frc/team449/robot/components/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/components/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.components (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/components/package-tree.html b/docs/org/usfirst/frc/team449/robot/components/package-tree.html index 679d18ab..1ff3f093 100644 --- a/docs/org/usfirst/frc/team449/robot/components/package-tree.html +++ b/docs/org/usfirst/frc/team449/robot/components/package-tree.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.components Class Hierarchy (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/DriveSubsystem.html b/docs/org/usfirst/frc/team449/robot/drive/DriveSubsystem.html index 4638bfd7..73ae62b8 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/DriveSubsystem.html +++ b/docs/org/usfirst/frc/team449/robot/drive/DriveSubsystem.html @@ -2,9 +2,9 @@ - + DriveSubsystem (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/package-frame.html b/docs/org/usfirst/frc/team449/robot/drive/package-frame.html index 908c2d98..50953208 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/drive/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.drive (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/package-summary.html b/docs/org/usfirst/frc/team449/robot/drive/package-summary.html index a02d0b71..45943188 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/drive/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.drive (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/package-tree.html b/docs/org/usfirst/frc/team449/robot/drive/package-tree.html index 27dbbf11..1cb6db19 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/package-tree.html +++ b/docs/org/usfirst/frc/team449/robot/drive/package-tree.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.drive Class Hierarchy (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/shifting/DriveShiftable.html b/docs/org/usfirst/frc/team449/robot/drive/shifting/DriveShiftable.html index 2d21bc5c..03a2616e 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/shifting/DriveShiftable.html +++ b/docs/org/usfirst/frc/team449/robot/drive/shifting/DriveShiftable.html @@ -2,9 +2,9 @@ - + DriveShiftable (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/OverrideAutoShift.html b/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/OverrideAutoShift.html index 60ab1f70..c170b297 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/OverrideAutoShift.html +++ b/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/OverrideAutoShift.html @@ -2,9 +2,9 @@ - + OverrideAutoShift (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/ToggleOverrideAutoShift.html b/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/ToggleOverrideAutoShift.html index ced1cf07..06783223 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/ToggleOverrideAutoShift.html +++ b/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/ToggleOverrideAutoShift.html @@ -2,9 +2,9 @@ - + ToggleOverrideAutoShift (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/package-frame.html b/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/package-frame.html index f8c5a3de..f72c8da9 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.drive.shifting.commands (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/package-summary.html b/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/package-summary.html index 147b2453..2ed56956 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.drive.shifting.commands (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/package-tree.html b/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/package-tree.html index 80a2301f..5c06c6ed 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/package-tree.html +++ b/docs/org/usfirst/frc/team449/robot/drive/shifting/commands/package-tree.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.drive.shifting.commands Class Hierarchy (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/shifting/package-frame.html b/docs/org/usfirst/frc/team449/robot/drive/shifting/package-frame.html index 67deba37..5761d798 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/shifting/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/drive/shifting/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.drive.shifting (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/shifting/package-summary.html b/docs/org/usfirst/frc/team449/robot/drive/shifting/package-summary.html index 63a06f4d..4fb35fff 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/shifting/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/drive/shifting/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.drive.shifting (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/shifting/package-tree.html b/docs/org/usfirst/frc/team449/robot/drive/shifting/package-tree.html index 3edc2963..3b8d4e5e 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/shifting/package-tree.html +++ b/docs/org/usfirst/frc/team449/robot/drive/shifting/package-tree.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.drive.shifting Class Hierarchy (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/DriveTalonCluster.html b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/DriveTalonCluster.html index 5b43bbfc..e7c0aea1 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/DriveTalonCluster.html +++ b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/DriveTalonCluster.html @@ -2,9 +2,9 @@ - + DriveTalonCluster (RoboRIO 1.0 API) - + @@ -683,6 +683,26 @@

    loadMotionProfile

    + + + + @@ -771,26 +791,6 @@

    stopMPProcesses

    - - - - diff --git a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/DriveTalonClusterShiftable.html b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/DriveTalonClusterShiftable.html index 06fed84d..f4b8be31 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/DriveTalonClusterShiftable.html +++ b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/DriveTalonClusterShiftable.html @@ -2,9 +2,9 @@ - + DriveTalonClusterShiftable (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/DriveUnidirectional.html b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/DriveUnidirectional.html index fa169ba0..cad301c0 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/DriveUnidirectional.html +++ b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/DriveUnidirectional.html @@ -2,9 +2,9 @@ - + DriveUnidirectional (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/DriveUnidirectionalSimple.html b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/DriveUnidirectionalSimple.html index 1891d7af..0e8e59ef 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/DriveUnidirectionalSimple.html +++ b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/DriveUnidirectionalSimple.html @@ -2,9 +2,9 @@ - + DriveUnidirectionalSimple (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/DetermineNominalVoltage.html b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/DetermineNominalVoltage.html index c676885a..66875789 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/DetermineNominalVoltage.html +++ b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/DetermineNominalVoltage.html @@ -2,9 +2,9 @@ - + DetermineNominalVoltage (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/DriveAtSpeed.html b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/DriveAtSpeed.html index caf36e2c..fd5ea0b3 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/DriveAtSpeed.html +++ b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/DriveAtSpeed.html @@ -2,9 +2,9 @@ - + DriveAtSpeed (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/DriveStraight.html b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/DriveStraight.html index ea0a674e..2cd21116 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/DriveStraight.html +++ b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/DriveStraight.html @@ -2,9 +2,9 @@ - + DriveStraight (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/PIDBackAndForth.html b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/PIDBackAndForth.html index f6fcf59b..f72cc067 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/PIDBackAndForth.html +++ b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/PIDBackAndForth.html @@ -2,9 +2,9 @@ - + PIDBackAndForth (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/PIDTest.html b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/PIDTest.html index fc479e21..829d02bc 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/PIDTest.html +++ b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/PIDTest.html @@ -2,9 +2,9 @@ - + PIDTest (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/SimpleUnidirectionalDrive.html b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/SimpleUnidirectionalDrive.html index 8883a738..6743e1f2 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/SimpleUnidirectionalDrive.html +++ b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/SimpleUnidirectionalDrive.html @@ -2,9 +2,9 @@ - + SimpleUnidirectionalDrive (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/package-frame.html b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/package-frame.html index b36a7c84..1f42115c 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.drive.unidirectional.commands (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/package-summary.html b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/package-summary.html index 0c27d69d..5c6238ab 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.drive.unidirectional.commands (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/package-tree.html b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/package-tree.html index 737f526d..48453f03 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/package-tree.html +++ b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/commands/package-tree.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.drive.unidirectional.commands Class Hierarchy (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/package-frame.html b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/package-frame.html index cab07d3f..ac29bf52 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.drive.unidirectional (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/package-summary.html b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/package-summary.html index 7f8da155..75f4ed06 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.drive.unidirectional (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/package-tree.html b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/package-tree.html index d74aa43e..4b9b79fe 100644 --- a/docs/org/usfirst/frc/team449/robot/drive/unidirectional/package-tree.html +++ b/docs/org/usfirst/frc/team449/robot/drive/unidirectional/package-tree.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.drive.unidirectional Class Hierarchy (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/loggable/Loggable.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/loggable/Loggable.html index 62062a5a..2b934989 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/loggable/Loggable.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/loggable/Loggable.html @@ -2,9 +2,9 @@ - + Loggable (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/loggable/package-frame.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/loggable/package-frame.html index 06e2acf0..32745be2 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/loggable/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/loggable/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.generalInterfaces.loggable (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/loggable/package-summary.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/loggable/package-summary.html index 0e39455a..8a445e7e 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/loggable/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/loggable/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.generalInterfaces.loggable (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/loggable/package-tree.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/loggable/package-tree.html index d9adf287..aa2c759c 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/loggable/package-tree.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/loggable/package-tree.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.generalInterfaces.loggable Class Hierarchy (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/Shiftable.gear.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/Shiftable.gear.html index ec69741b..f33ad6f8 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/Shiftable.gear.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/Shiftable.gear.html @@ -2,9 +2,9 @@ - + Shiftable.gear (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/Shiftable.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/Shiftable.html index 50ae1d39..706ae316 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/Shiftable.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/Shiftable.html @@ -2,9 +2,9 @@ - + Shiftable (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/ShiftGears.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/ShiftGears.html index b52db943..c69ccb44 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/ShiftGears.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/ShiftGears.html @@ -2,9 +2,9 @@ - + ShiftGears (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/SwitchToGear.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/SwitchToGear.html index 2924ddfd..460a2dec 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/SwitchToGear.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/SwitchToGear.html @@ -2,9 +2,9 @@ - + SwitchToGear (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/SwitchToHighGear.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/SwitchToHighGear.html index fee68b0a..b20532dd 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/SwitchToHighGear.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/SwitchToHighGear.html @@ -2,9 +2,9 @@ - + SwitchToHighGear (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/SwitchToLowGear.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/SwitchToLowGear.html index 60330165..3eddffbc 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/SwitchToLowGear.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/SwitchToLowGear.html @@ -2,9 +2,9 @@ - + SwitchToLowGear (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/package-frame.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/package-frame.html index c91231cd..afde0808 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.generalInterfaces.shiftable.commands (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/package-summary.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/package-summary.html index e48c737d..a5b82b6e 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.generalInterfaces.shiftable.commands (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/package-tree.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/package-tree.html index bb23f2e0..8843df29 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/package-tree.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/commands/package-tree.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.generalInterfaces.shiftable.commands Class Hierarchy (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/package-frame.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/package-frame.html index ba54b0ed..7280fc79 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.generalInterfaces.shiftable (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/package-summary.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/package-summary.html index 566ca309..0e56c281 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.generalInterfaces.shiftable (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/package-tree.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/package-tree.html index f48a3be5..0efe8bf5 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/package-tree.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/shiftable/package-tree.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.generalInterfaces.shiftable Class Hierarchy (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/simpleMotor/SimpleMotor.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/simpleMotor/SimpleMotor.html index bac71eb5..18f9534f 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/simpleMotor/SimpleMotor.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/simpleMotor/SimpleMotor.html @@ -2,9 +2,9 @@ - + SimpleMotor (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/simpleMotor/package-frame.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/simpleMotor/package-frame.html index 9375a0d5..79ae1be0 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/simpleMotor/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/simpleMotor/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.generalInterfaces.simpleMotor (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/simpleMotor/package-summary.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/simpleMotor/package-summary.html index 7c7f327f..00e45716 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/simpleMotor/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/simpleMotor/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.generalInterfaces.simpleMotor (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/generalInterfaces/simpleMotor/package-tree.html b/docs/org/usfirst/frc/team449/robot/generalInterfaces/simpleMotor/package-tree.html index 39dd3d4e..68cb5b65 100644 --- a/docs/org/usfirst/frc/team449/robot/generalInterfaces/simpleMotor/package-tree.html +++ b/docs/org/usfirst/frc/team449/robot/generalInterfaces/simpleMotor/package-tree.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.generalInterfaces.simpleMotor Class Hierarchy (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/FPSTalon.html b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/FPSTalon.html index b483a1d4..f5d5660a 100644 --- a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/FPSTalon.html +++ b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/FPSTalon.html @@ -2,9 +2,9 @@ - + FPSTalon (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedAHRS.html b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedAHRS.html index fb366308..9d684771 100644 --- a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedAHRS.html +++ b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedAHRS.html @@ -2,9 +2,9 @@ - + MappedAHRS (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedDigitalInput.html b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedDigitalInput.html index 62ada361..48bcd3e5 100644 --- a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedDigitalInput.html +++ b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedDigitalInput.html @@ -2,9 +2,9 @@ - + MappedDigitalInput (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedDoubleSolenoid.html b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedDoubleSolenoid.html index af00637f..a4ab9c88 100644 --- a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedDoubleSolenoid.html +++ b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedDoubleSolenoid.html @@ -2,9 +2,9 @@ - + MappedDoubleSolenoid (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedJoystick.html b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedJoystick.html index b128bdf9..96447d06 100644 --- a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedJoystick.html +++ b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedJoystick.html @@ -2,9 +2,9 @@ - + MappedJoystick (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedUsbCamera.html b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedUsbCamera.html index 2fbbe5d8..8dbaacaa 100644 --- a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedUsbCamera.html +++ b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedUsbCamera.html @@ -2,9 +2,9 @@ - + MappedUsbCamera (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedVictor.html b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedVictor.html index 9b70cce5..5d5fc2c3 100644 --- a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedVictor.html +++ b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/MappedVictor.html @@ -2,9 +2,9 @@ - + MappedVictor (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/PressureSensor.html b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/PressureSensor.html index d0783df2..b663a51c 100644 --- a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/PressureSensor.html +++ b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/PressureSensor.html @@ -2,9 +2,9 @@ - + PressureSensor (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/SimpleMotorCluster.html b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/SimpleMotorCluster.html index 6a988619..f709c286 100644 --- a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/SimpleMotorCluster.html +++ b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/SimpleMotorCluster.html @@ -2,9 +2,9 @@ - + SimpleMotorCluster (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/YamlCommand.html b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/YamlCommand.html index 3041136a..09ff7129 100644 --- a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/YamlCommand.html +++ b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/YamlCommand.html @@ -2,9 +2,9 @@ - + YamlCommand (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/YamlCommandGroupWrapper.html b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/YamlCommandGroupWrapper.html index 06926e0b..9a0a1347 100644 --- a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/YamlCommandGroupWrapper.html +++ b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/YamlCommandGroupWrapper.html @@ -2,9 +2,9 @@ - + YamlCommandGroupWrapper (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/YamlCommandWrapper.html b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/YamlCommandWrapper.html index 14724cfc..c7e7524f 100644 --- a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/YamlCommandWrapper.html +++ b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/YamlCommandWrapper.html @@ -2,9 +2,9 @@ - + YamlCommandWrapper (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/YamlSubsystem.html b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/YamlSubsystem.html index 7386e604..db1f63f5 100644 --- a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/YamlSubsystem.html +++ b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/YamlSubsystem.html @@ -2,9 +2,9 @@ - + YamlSubsystem (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/package-frame.html b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/package-frame.html index 8fe1e3ed..241438a1 100644 --- a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.jacksonWrappers (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/package-summary.html b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/package-summary.html index 760d28ee..e019a444 100644 --- a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.jacksonWrappers (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/package-tree.html b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/package-tree.html index 1b013748..37320617 100644 --- a/docs/org/usfirst/frc/team449/robot/jacksonWrappers/package-tree.html +++ b/docs/org/usfirst/frc/team449/robot/jacksonWrappers/package-tree.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.jacksonWrappers Class Hierarchy (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/oi/buttons/CommandButton.html b/docs/org/usfirst/frc/team449/robot/oi/buttons/CommandButton.html index 815cdce3..f1844849 100644 --- a/docs/org/usfirst/frc/team449/robot/oi/buttons/CommandButton.html +++ b/docs/org/usfirst/frc/team449/robot/oi/buttons/CommandButton.html @@ -2,9 +2,9 @@ - + CommandButton (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/oi/buttons/FactoryButton.html b/docs/org/usfirst/frc/team449/robot/oi/buttons/FactoryButton.html index 9e9c7553..5d22c633 100644 --- a/docs/org/usfirst/frc/team449/robot/oi/buttons/FactoryButton.html +++ b/docs/org/usfirst/frc/team449/robot/oi/buttons/FactoryButton.html @@ -2,9 +2,9 @@ - + FactoryButton (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/oi/buttons/FactoryJoystickButton.html b/docs/org/usfirst/frc/team449/robot/oi/buttons/FactoryJoystickButton.html index 961917fa..647b8a76 100644 --- a/docs/org/usfirst/frc/team449/robot/oi/buttons/FactoryJoystickButton.html +++ b/docs/org/usfirst/frc/team449/robot/oi/buttons/FactoryJoystickButton.html @@ -2,9 +2,9 @@ - + FactoryJoystickButton (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/oi/buttons/TriggerButton.html b/docs/org/usfirst/frc/team449/robot/oi/buttons/TriggerButton.html index dba9dba0..964c5979 100644 --- a/docs/org/usfirst/frc/team449/robot/oi/buttons/TriggerButton.html +++ b/docs/org/usfirst/frc/team449/robot/oi/buttons/TriggerButton.html @@ -2,9 +2,9 @@ - + TriggerButton (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/oi/buttons/dPadButton.html b/docs/org/usfirst/frc/team449/robot/oi/buttons/dPadButton.html index 0d89fb51..0882e27f 100644 --- a/docs/org/usfirst/frc/team449/robot/oi/buttons/dPadButton.html +++ b/docs/org/usfirst/frc/team449/robot/oi/buttons/dPadButton.html @@ -2,9 +2,9 @@ - + dPadButton (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/oi/buttons/package-frame.html b/docs/org/usfirst/frc/team449/robot/oi/buttons/package-frame.html index 49eb14b1..a2392371 100644 --- a/docs/org/usfirst/frc/team449/robot/oi/buttons/package-frame.html +++ b/docs/org/usfirst/frc/team449/robot/oi/buttons/package-frame.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.oi.buttons (RoboRIO 1.0 API) - + diff --git a/docs/org/usfirst/frc/team449/robot/oi/buttons/package-summary.html b/docs/org/usfirst/frc/team449/robot/oi/buttons/package-summary.html index de16ed6b..5bd8a1a3 100644 --- a/docs/org/usfirst/frc/team449/robot/oi/buttons/package-summary.html +++ b/docs/org/usfirst/frc/team449/robot/oi/buttons/package-summary.html @@ -2,9 +2,9 @@ - + org.usfirst.frc.team449.robot.oi.buttons (RoboRIO 1.0 API) - + @@ -43,7 +43,7 @@