It appears, from looking at the code (see below) that the packet_rx_drop_count field of the status is really a report of the number of receive errors. It does not use the sequence numbers. Does anyone know why this changed?
I have a Pixhawk and I'm trying to connect an Intel Edison SOC to it using Mavlink. If I connect using a 3DR radio, the connection works fine. If I hardwire the connection (serial port on Edison to Telem port on Pixhawk), I can read the telemetry dat
I have a Pixhawk that I'm trying to interface to an Intel Edison. I connect an Edison UART to one of the Pixhawk telemetry ports and I can read telemetry data just fine. But when I send commands to the Pixhawk (such as mavlink_param_request_list) the