|
2022 Hyperion Rewrite
0.1.0
Java rewrite of the Titanium Titans (FRC Team #4467)'s 2022 robot, Hyperion
|
Public Member Functions | |
| Climber () | |
| void | periodic () |
| void | resetEncoders () |
| void | joystickControl (double speed, boolean isUp) |
| void | climberPidControl (double leftPosition, double rightPosition) |
Public Attributes | |
| final GosDoubleProperty | m_rightMaxHeight |
| final GosDoubleProperty | m_leftMaxHeight |
| org.titaniumtitans.frc2022.subsystems.Climber.Climber | ( | ) |
Creates a new Climber.