Handle input from PS5 controllers connected to the Driver Station.
Definition: PS5Controller.h:23
Class to control a simulated generic joystick.
Definition: GenericHIDSim.h:20
Class to control a simulated PS5 controller.
Definition: PS5ControllerSim.h:18
void SetL2Axis(double value)
Change the L2 axis axis value of the controller.
void SetR1Button(bool value)
Change the value of the R1 button on the controller.
void SetRightX(double value)
Change the X axis value of the controller's right stick.
void SetRightY(double value)
Change the Y axis value of the controller's right stick.
void SetCrossButton(bool value)
Change the value of the Cross button on the controller.
void SetPSButton(bool value)
Change the value of the PS button on the controller.
void SetL3Button(bool value)
Change the value of the L3 (left stick) button on the controller.
void SetR3Button(bool value)
Change the value of the R3 (right stick) button on the controller.
void SetL1Button(bool value)
Change the value of the L1 button on the controller.
void SetLeftY(double value)
Change the Y axis value of the controller's left stick.
void SetR2Axis(double value)
Change the R2 axis value of the controller.
void SetOptionsButton(bool value)
Change the value of the Options button on the controller.
void SetCreateButton(bool value)
Change the value of the Create button on the controller.
void SetTriangleButton(bool value)
Change the value of the Triangle button on the controller.
PS5ControllerSim(const PS5Controller &joystick)
Constructs from a PS5Controller object.
void SetR2Button(bool value)
Change the value of the R2 button on the controller.
void SetSquareButton(bool value)
Change the value of the Square button on the controller.
void SetL2Button(bool value)
Change the value of the L2 button on the controller.
void SetCircleButton(bool value)
Change the value of the Circle button on the controller.
void SetLeftX(double value)
Change the X axis value of the controller's left stick.
void SetTouchpad(bool value)
Change the value of the touchpad button on the controller.
PS5ControllerSim(int port)
Constructs from a joystick port number.
Definition: AprilTagPoseEstimator.h:15