An augmented reality experience for simplified programming and robotics education. Built by Kevin Feng, Anne Liu, Daniel Martin, and Anjali Thatte.
- make sure you're on the default branch, and clone or download repo
- open project in Unity
- build and run Assets/Scenes/ARBlockbot on your Android device
- open menu
- tap on any of the categories to access blocks
- drag blocks onto coding area
- snap them together
- collapse the coding space and tap anywhere on plane to place robot
- tap teal play button to execute code starting from the Start block
- tap red stop button to terminate execution
- Start
- setThrottle(n), n is a percent of the max throttle
- Start
- setThrottle(n)
- setSteering(+/-m), m is a percent of max turn. +m is right turn, -m is left turn
- Start
- setThrottle(n)
- setSteering(+/-m)
- sleep(s), s is how many seconds to keep running previous command
- setSteering(0)