I factory reset the mpa server because qground control wasn't detecting the drone, and know the camera server is not starting, y configure the camera server for the m500, and it works for 5 seconds and then it crash
Best posts made by José Quintanilla
-
voxl-camera-server sudendly crash m500
Latest posts made by José Quintanilla
-
Is it possible to do a multiple camera streaming in the VOXL m500?
I'mt trying to use a multiple camera streaming because I want to use the Hires to take pictures and the stereo cameras to calculate the distance, I tried to use the dfs service but couldn't obtain the distances using code, if any one know how to obtain the sensor data using python or to do the multiple streaming I would appreciate it
-
How can I update or install python libraries inside my VOXL m500
Im trying to update the mavsdk library and to install the serial library
Does anyone now how to do it?
-
How can I update the mavsdk library inside the drone
How can I upgrade the mavsdk library, I want to use the distance sensor to measure the value of the stereo camera, is there any other way to obtain the distance value of the stereo cameras, so I can use it in a python code?
-
How can I copy a file from my drone to my computer?
I tried to do it with adb shell but I didn't really understand how to do it so I'm trying to do it through wifi
voxl:~$ cd .cache/ .config/ .profile.d/ .ros/ .ssh/ codigos_python/ voxl:~$ cd /data/ voxl:/data$ ls FTM_AP dnsmasq_d.leases mobileap_cfg.xml volumes adb_devid docker modalai voxl-docker-mavsdk-python-master audio graph network voxl-docker-mavsdk-python-master.tar build-image.sh iproute2 overlay voxl-docker-mavsdk-python-master.tar.gz configs l2tp_cfg.xml persist voxl-docker-mavsdk-python-master.tgz containers linkgraph.db repositories-overlay voxl-logger data logs tmp voxl-mavsdk-python-v1-1-placa2.tar db lost+found tombstones voxl-suite-offline-packages dhcpcd-wlan0.info misc trust web_root dnsmasq.conf mjrn usb voxl:/data$ scp /data/voxl-mavsdk-python-v1-1-placa2.tar dron@192.168.8.11:~/home/Desktop/Dron
Can someone help me? -
I cant use pip to install a library on my m500
I'm following this guide: https://docs.modalai.com/flight-core-pwm-esc-calibration/#procedure and I should be able to install a library on voxl, I'm connected in station mode, but I don't now what else to do
-
RE: Can I send data through the j1006 port and read it with python?
@tom I was able to pug the hardware to the expansion board that goes to the j13 port of the voxl flight,
lsusb the one im using is the Bus 001 Device 002: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter
the success connection of the hardware
the setup
-
RE: Can I send data through the j1006 port and read it with python?
@tom the one included with m500 i think is the flight core v1, I'm currently using the expansion board that was included with the drone and I was able to detect the usb port, but know I need to install the serial library in the drone but I don't know how to install python libraries