A collection of python programs for UGoT Robotic Kit by UBTech: https://www.kickstarter.com/projects/ubtech/ugot-robotic-kit-future-crafted-now
- Clone this repository on your computer.
- Go to https://py.ubtrobot.com/#/ to open the uPython online code editor.
- Go to "File" and "Open from local", then select the repository folder that you cloned. Now the
ugot-programsfolder should appear in themyWorkspaceview on the left panel. - Select and open a program (.py) from the
programs/folder, and click the yellow "UGOT" button, under the filename.
Connect to UGOT, and enter the robot's IP address in the terminal. The IP address can be found from the robotSettings->Aboutsection.- The robot should now be connected.
- You can use the
Runbutton to test your code. It runs the code on the robot/main controller board and shows the output in the terminal online. - To deploy the program to the robot, click on the
UGOTbutton and clickUpload. Now you can find the program from the robot'sProgramsUI. Alternatively, you can alsoUpload and Runto immediately run your code on the robot.
https://docs.ubtrobot.com/ugot/#/en-us/
UBTech owns the rights to the UGOT Robotic Kit and related names like uPython and uCode.
