C#
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
Properties | ||
|
|
.gitattributes | ||
|
|
.gitignore | ||
|
|
App.config | ||
|
|
App.xaml | ||
|
|
App.xaml.cs |
|
|
|
|
MainWindow.xaml | ||
|
|
MainWindow.xaml.cs | ||
|
|
README.txt | ||
|
|
RatchetSkeleton.csproj | ||
|
|
RatchetSkeleton.sln |
|
|
|
|
SpecialAction.cs | ||
|
|
icon.ico | ||
|
|
icon.png | ||
README.txt
RatchetSkeleton by Team 1706, the Ratchet Rockers. This program allows for robot control based on hand movements. It allows for control of the motors and for special actions, such as launching a ball and retrieving a ball. The program sends the processed data as a UDP message to the configured IP address. The UDP output of this application can be parsed with the following format string: %f %f %d The first parameter is the motor speed X. The second parameter is the motor speed Y. The third parameter is an int. 0 means do nothing, 1 means fire, and 2 means do intake.