FRC2706 / 2019-2706-Robot-Code

The main robot code for the FIRST 2019 challenge: Deep Space
MIT License
2 stars 0 forks source link

User Input #6

Closed carmen1234 closed 5 years ago

carmen1234 commented 5 years ago

Use joystick buttons Outside of code, have bindings (in a JSON file) Run commands on button press Look at previous year's code for inspiration

KyleRAnderson commented 5 years ago

This is linked to https://github.com/FRC2706/2019-2706-Robot-Code/issues/8 since the configuration for the joysticks (i.e. the button mappings) should be stored in the configuration manager.

Zinka010 commented 5 years ago

Completed as part of PR #28