Hardik Garg

Results 8 comments of Hardik Garg

Hi! I've fixed the issue related to the front-facing camera not opening in the fragment, which was causing video capturing to fail. Additionally, after shifting to a different fragment, the...

Yes, When successful connection establishes, in robot app log appears as "Client connected: IPv6 address of wifi". And if there comes any error it shows "Got exception: erorr ".

Hey! @lechfak Which Android device have you used for connecting to the robot? If connecting via USB and the serial monitor is not sending commands to the robot, try using...

Please ensure that the app maintains a stable Bluetooth connection with the robot, without any disconnections between commands.

Hi @A-janjan , On Connecting to phone, is web interface opening on the local ? we have created a POC for the remote connection also. checkout: [POC](https://github.com/isl-org/OpenBot/pull/369)

Hey @mixiaojiediy , created [PR](https://github.com/isl-org/OpenBot/pull/436) for this . I have added some changes. Can you test and check for the bug.

The tflite files are downloaded from web using this json file. You can visit path for particular model and download it from there. [config.json](https://github.com/isl-org/OpenBot/files/15373115/config.json)

Hey @A-janjan , For autopilot_float.tflite :- [autopilot](https://storage.googleapis.com/openbot_models/autopilot_float.tflite) Its all available in https://storage.googleapis.com/openbot_models/ You have to just put model name from config.json and the tflite will be download.