Software & Algorithms

Robot won't do much without software!

Algorithm development TODO

  • Docking
  • Detecting and climbing stairs
  • Robot movement given data sent from web page (Overlaps with Client)
  • Sensor data processing
  • Camera tilt/pan/lift
    • follow object (user can identify an object/person and the camera will keep the object in the center)
      • may build off of face detection stuff we have for KaiX
  • Path tracing if wandered too far from wifi

if(youWantIt && dontHaveIt) {askForPermissions();}