@jonathanrblazer Hi! WSL did not work for me. I've been using a VirtualBox called Oracle. You can download it for free. I hope this helps.
Best posts made by Kiazoa Joao
-
RE: ADB not working. No devices detected
-
RE: ADB not working. No devices detected
@jonathanrblazer I am glad it worked out for you. yes, I've been running the docker inside the VirtualBox, but you can also run it outside the VM, just use your wifi and "ssh root@ip". Always "commit" any changes you make inside the docker; otherwise, you'll have to re-download your packages over and over again. I also had a lot of issues with communication. The docker container wouldn't communicate with the drone. If you're trying to run MAVROS, follow these steps here https://docs.modalai.com/mavros-0_9/
Latest posts made by Kiazoa Joao
-
RE: VOXL not detecting USB and wifi
@tom thank you for your assistance. I'll do that.
-
RE: VOXL not detecting USB and wifi
@Kiazoa-Joao I tried that, but it's not detecting it at all, it's like it's not even there
-
RE: VOXL not detecting USB and wifi
@tom I am using Windows 64-bit operating system, sometimes I use Linux
-
VOXL not detecting USB and wifi
Hello! Can anybody help me with this, please? I am truly desperate.
I am having problems trying to connect to my VOXL m500's wifi and USB port. The wifi won't appear at all and the USB (for adb) won't connect to my computer either. I visually inspected the drone to check for any signs of damage, but it looks fine and nothing seems to be disconnected. The drone powers up normally, and I have tried using different USB cables. Any troubleshooting tips would be greatly appreciated. (for context, I flew the drone a few weeks ago, but it lost communication after my last mission)
-
RE: Cannot access wifi and USB
@Avery-Cuevas Yes, the VOXL powers up and I've tried using different USBs and still no result. I even tried reflashing the system, but it won't detect fastboot and adb devices
-
Cannot access wifi and USB
Hello!
I am having problems trying to connect to my VOXL m500's wifi and USB port. The wifi won't appear at all and the USB (for adb) won't connect to my computer either. I visually inspected the drone to check for any signs of damage, but it looks fine and nothing seems to be disconnected. Any troubleshooting tips would be greatly appreciated. (for context, I flew the drone a few weeks ago, but it lost communication after my last mission)
-
Voxl-mapper
Hello! Quick question! I have a m500 (Voxl-flight) drone and I am trying to run the voxl-mapper on the portal. I am wondering if I will need to purchase a TOF sensor separately. The drone came with Hires 4k Image Sensor and Stereo Image Sensors. is a TOF sensor required for the mapper to work? Thank you in advance.
-
RE: Docker MAVSDK
@Mohammad-Goli I had a really hard time building it. This is basically what I did:
I had to manually build it.
After that, I just followed the instructions and this is what I got, but I found an error at the end.
I had to use this command to be able to import the image:
cat /data/tmp/voxl-mavsdk:v1.2.tar.gz | docker import - voxl-mavsdk:v1.2But now I can't run it. Hopefully, someone on here can help with this.
-
RE: Docker MAVSDK
@Zachary-Lowell-0 I was able to build the image on a parent computer and then push it onto my voxl-flight. However, I am having a hard time running it. Can you please help me with that?