Class FriendlyIMU.Parameters
java.lang.Object
org.firstinspires.ftc.teamcode.fy23.robot.subsystems.FriendlyIMU.Parameters
- Enclosing interface:
- FriendlyIMU
-
Field Summary
Modifier and TypeFieldDescriptionfinal com.qualcomm.hardware.rev.RevHubOrientationOnRobot.LogoFacingDirection
You already set this in the constructor and cannot set it again.final boolean
You already set this in the constructor and cannot set it again.final com.qualcomm.hardware.rev.RevHubOrientationOnRobot.UsbFacingDirection
You already set this in the constructor and cannot set it again. -
Constructor Summary
ConstructorDescriptionParameters
(boolean present, com.qualcomm.hardware.rev.RevHubOrientationOnRobot.LogoFacingDirection logoFacingDirection, com.qualcomm.hardware.rev.RevHubOrientationOnRobot.UsbFacingDirection usbFacingDirection) Create a Parameters object and provide parameters that don't have default values. -
Method Summary
-
Field Details
-
present
public final boolean presentYou already set this in the constructor and cannot set it again. -
logoFacingDirection
public final com.qualcomm.hardware.rev.RevHubOrientationOnRobot.LogoFacingDirection logoFacingDirectionYou already set this in the constructor and cannot set it again. -
usbFacingDirection
public final com.qualcomm.hardware.rev.RevHubOrientationOnRobot.UsbFacingDirection usbFacingDirectionYou already set this in the constructor and cannot set it again.
-
-
Constructor Details
-
Parameters
public Parameters(boolean present, com.qualcomm.hardware.rev.RevHubOrientationOnRobot.LogoFacingDirection logoFacingDirection, com.qualcomm.hardware.rev.RevHubOrientationOnRobot.UsbFacingDirection usbFacingDirection) Create a Parameters object and provide parameters that don't have default values.- Parameters:
present
- Is this subsystem installed on this robot?logoFacingDirection
- The direction that the REV logo on your Control Hub facesusbFacingDirection
- The direction that the USB port on your Control Hub faces
-