Skip to content

Releases: Kenneth-W-Chen/BotathonS3Controller

v1.0.1 Controller Tester Code

16 Apr 00:25
44c530d
Compare
Choose a tag to compare

Run in a command line with

main.exe <team_number>

Botathon Season 3 Controller Input Management Use v1.0.0

09 Apr 13:42
8020e37
Compare
Choose a tag to compare

This is the Windows release of the code for use for two controllers. It allows you to connect to the UNT Robotics Web Socket to send XBox controller inputs to your Arduino and ESP chip.

Usage:

Windows:
Run a Command Prompt session and enter 'UNTRoboticsXBox.exe' followed by the two team numbers.

Example:
UNTRoboticsXBox.exe 123 456

No MacOS release planned.

Botathon Season 3 Controller Input User Testing v1.0.0

08 Apr 20:31
24c19a4
Compare
Choose a tag to compare

This is the Windows release of the code for use for a single controller. It allows you to connect to the UNT Robotics Web Socket to send your XBox controller inputs to your Arduino and ESP chip.

Usage:

Windows:
Run a Command Prompt session and enter 'UNTRoboticsXBox.exe' followed by the number representing your team number.

Example:
UNTRoboticsXBox.exe 123

MacOS:
Run a Terminal session and enter './UNTRoboticsXBox_macos' followed by the number representing your team number.

Example:
./UNTRoboticsXBox_macos 123

Please note that MacOS has not been tested for controller input.