FRC1360 / ChargedUp2023

Other
1 stars 1 forks source link

Create Interface for HOTAS Controllers #52

Open MichGedd opened 1 year ago

MichGedd commented 1 year ago

Is your feature request related to a problem? Please describe. FRC 1360 was generously donated a Hands-On Throttle And Stick (HOTAS). As a learning opportunity (and in case we use these controllers in the future) we should create a way to easily interface with the HOTAS.

Describe the solution you'd like Create classes for Thrustmaster HOTAS WARTHOG Throttle and Stick and map the raw buttons and axis from the driver's station to functions with names that make sense. These classes should extend GenericHID.

Describe alternatives you've considered N/A

Additional context N/A