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

Support connection between robot phone and controller phone using one of them as Wifi AP #388

Closed yijunwu closed 6 months ago

yijunwu commented 7 months ago

Currently when using one phone as Wifi AP and the other connect to this AP, controller app and robot app can NOT connect (issue 387). This PR should fix it. Fix has been tested and it works.