You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a control for "next" and "prev" to the driver view. Selecting these buttons should trigger a change in the autonomous mode on the robot.
Code must deal with the inherent asynchronousness of many clients sending prev/next commands, the web server processing those commands, and the autonomous routine updating from those commands.
Implementaiton must have a generic interface, as it is to be rolled into common libraries.
The text was updated successfully, but these errors were encountered:
Add a control for "next" and "prev" to the driver view. Selecting these buttons should trigger a change in the autonomous mode on the robot.
Code must deal with the inherent asynchronousness of many clients sending prev/next commands, the web server processing those commands, and the autonomous routine updating from those commands.
Implementaiton must have a generic interface, as it is to be rolled into common libraries.
The text was updated successfully, but these errors were encountered: