This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| encoderDistance() - Returns the current distance of the left side (resets to 0 at beginning of autonomous and when moving commands are run) (double) | |
| isPastSetpoint() - Returns whether the shooter is at the setpoint RPM (boolean) | |
| gyro() - Returns the angle of the gyro (double) | |
| isEnabled() - Returns whether the driverstation is actually enabled (boolean) | |
| print(Value) - Prints the value to the console | |
| log(Value) - Prints the value to the drivestation, log file and console | |
| arcade(Double, Double) - Drives using speed value and turn value respectively | |
| tank(Double, Double) - Drives using left speed value and right speed value respectively | |
| stop() - Stops the drivetrain | |
| shiftGear() - Switches gear of the drivetrain |