Does anyone know how to pass NMEA from Mission Planner to another computer over UDP? I am currently only able to do it over serial by doing CTRL+F then selecting the NMEA button that only lets me do serial.Has anyone been able to convert this serial…
I have a DJI S1000 octocopter powered by a Pixhawk2 running APM 3.4.6 and Mission Planner 1.3.48. When I take off in Stabilize mode, the copter starts to spin constantly on the yaw axis with no yaw (stick rudder) input. The compass has been…
I have a pixhawk that is receiving telemetry messages from my laptop via a serial port. I send the message like so:int MAVLinkIF::SendAttitudeTarget() { // basic messaging set up mavlink_message_t msg; int len; uint8_t…