Class DriverIO.DriverIOInputs
java.lang.Object
frc.robot.services.control.driver.DriverIO.DriverIOInputs
- Enclosing interface:
- DriverIO
Container for driver input values.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether the driver is connected.doubleAngular velocity in radians per second.doubleX velocity in meters per second.doubleY velocity in meters per second.booleanWhether the driver wants to aim.booleanWhether the driver wants to reset the robot pose.booleanWhether the driver wants to shoot. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
vxMetersPerSecond
public double vxMetersPerSecondX velocity in meters per second. -
vyMetersPerSecond
public double vyMetersPerSecondY velocity in meters per second. -
omegaRadiansPerSecond
public double omegaRadiansPerSecondAngular velocity in radians per second. -
wantsAim
public boolean wantsAimWhether the driver wants to aim. -
wantsShoot
public boolean wantsShootWhether the driver wants to shoot. -
wantsReset
public boolean wantsResetWhether the driver wants to reset the robot pose. -
connected
public boolean connectedWhether the driver is connected.
-
-
Constructor Details
-
DriverIOInputs
public DriverIOInputs()
-