I am trying to figure out if or how I can access GPS information from my 3DR Controller? I know it is possible to access GPS information from the Drone but is it possible to do so from the Controller also?
I am trying to figure out how I can send mavlink commands to my SITL environment. I have SITL running on my linux mint VM and I have my own python code generated from mavgen.py which decoded the mavlink messages from SITL.
I am trying to find a drone similar to the 3DR Solo that uses mavlink and WiFi similar as Solo but I am hoping the manufacturer is not 3DR. Any suggestions would be greatly appreciated.
I have been building a program to to execute remote commands on the 3dr solo and was thinking it would be simply as easy as understanding mavlink which it turns out I am way off. There is udp traffic coming from UDP 5005,5501,5580, etc ports a
I realize there are other posts of others trying to decode mavlink messages but all the examples I seen they are doing it different than I. Right now I have captured all traffic between my drone and controller and saved it to a PCAP file. Usi
I am at the moment just trying to learn mavlink specifically on my 3dr Solo. I am trying to communicate with the Solo on my laptop, my laptop is acting as the controller "WiFi AP". I have a custom program which sends commands to it or at leas
I have been off and on over the past couple weeks trying to get a reliable connection from a GCS installed on my MAC to connect to SITL running on a VM in VirtualBox using Vagrant. One of the tutorials I have been fallowing is here: Setting up