QGroundControl Minimum GPS Message

I’m making a minimal simulation of a UAV that I am trying to interface with QGC. I have a heartbeat working, but I want to have a GPS location appear for the UAV. What mavlink messages do I need to send?

You need to send MAVLink message GLOBAL_POSITION_INT (#33).

2 Likes

That did it, thank you so much!