/CogsRobotAR

Visualizing a IoT connected robot

Primary LanguageC#

COGS Robot AR

Continued development of the COGS robot/IoT app

Goals for development:

  • Improved UI
  • Manual control of the robot
  • Hololens/controller support because why not lmao
  • Performance/Technical improvements for robot code

Workshop

Installation

Tested with Unity 2018.2.16 installed with Vuforia 7.5

Installed with both Vuforia and Android Build Components

Releases

Each release includes both an APK to test out the project and a zip file of starter code to work through the workshop

Building for Android

Building the Robot

  • I used a Particle photon to control the robot
  • To build the robot, mostly follow this guide https://docs.google.com/document/d/1ZbvWbrLAp_iHPgDpoouUpZCBtnHmlw-4PE3RyQugldU/edit
    • I didn't use the photoresistors, but otherwise every thing is the same. Motors and ultrasonic sensors are both plugged into the digital ports on the photon. See code definitions to get specific ports used.
  • Use git clone -recursive https://github.com/ubcemergingmedialab/VuforiaIoT.git to get the robot code