❗️build.sh qrb5165 voxl Stuck at "Waiting for voxl device..." (Using ADB)
-
Hi ModalAI team,
I'm trying to build the voxl-mavsdk Docker image on the VOXL2 from my WSL-based host machine (following the instructions from this repo):
https://gitlab.com/voxl-public/voxl-docker-images/voxl-docker-mavsdk
I ran the following command from the host:
./build.sh qrb5165 voxl Building image: Image: voxl-mavsdk:v1.2 Waiting for voxl device... * daemon not running; starting now at tcp:5037 * daemon started successfully
But after waiting for 15-20 mins my drone battery was 1% so I ctrl+c that to kill it. After charging the battery I ran the same thing again hoping now it will have enough time. But it is stuck at:
ijaz@DESKTOP-SGJKF9L:~/projects/voxl-docker-mavsdk$ ./build.sh qrb5165 voxl Building image: Image: voxl-mavsdk:v1.2 Waiting for voxl device...
In another command prompt I can do adb shell so it is connected. Maybe killing abruptly last time caused this issue? How to fix it now?
Thanks!