isl-org / OpenBot

OpenBot leverages smartphones as brains for low-cost robots. We have designed a small electric vehicle that costs about $50 and serves as a robot body. Our software stack for Android smartphones supports advanced robotics workloads such as person following and real-time autonomous navigation.
https://www.openbot.org
MIT License
2.77k stars 513 forks source link

Advanced AI Blocks - Multiple detections and parallel block to run multiple AI pipelines #371

Open sparsh3dwe opened 10 months ago

sparsh3dwe commented 10 months ago
  1. Detect multiple objects at single point of time to give different commands to the robot like, follow a person and stop when see a traffic light.
  2. Run autopilot and object detection simultaneously, like run on autopilot and stop when see any object in front of it.