Changes between Version 13 and Version 14 of ControlSystems/SoftwareTeam/Training/GettingStarted/XboxController


Ignore:
Timestamp:
Nov 4, 2019, 1:37:02 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/GettingStarted/XboxController

    v13 v14  
    5858* Even though the program is running on the robot, you can set breakpoints, step through code, examine and change variables, etc. from your laptop.
    5959
    60 * Extra credit: extend the program to print a message or display a value on the Smart Dashboard when a button is pressed on the xbox controller.
    61 * Now examine some of the more sophisticated functions in [wiki:///ControlSystems/SampleCode/XboxController this sample code]
     60=== Extra credit
     61Extend the program to print a message or display a value on the Smart Dashboard when a button is pressed on the xbox controller.
     62
     63=== Next steps
     64Examine some of the more sophisticated functions in [wiki:///ControlSystems/SampleCode/XboxController this sample code]