Team997Coders / pyswerve_2024

0 stars 0 forks source link

Controller selection #20

Open jamesra opened 5 months ago

jamesra commented 5 months ago

Eric has code to drive with a gamepad, 3DOF joystick, or twin joysticks. It would be nice to switch between them without deploying code. Modifying create_test_selection_widget in test_driver.py to display a generic list is probably the right fix for this. This is beginner to low-intermediate (if wpilib cooperates). Similar to issue #19. Will be easier if issue #6 is completed. (My first impression is this is low-priority)