Unverified Commit 843dee41 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7467 from peterbarker/pr/correct-rally-frame

MissionManager: correct frame on Rally mission items
parents 4729b98c 43bf296a
......@@ -55,7 +55,7 @@ void RallyPointManager::sendToVehicle(const QList<QGeoCoordinate>& rgPoints)
MissionItem* item = new MissionItem(0,
MAV_CMD_NAV_RALLY_POINT,
MAV_FRAME_GLOBAL,
MAV_FRAME_GLOBAL_RELATIVE_ALT,
0, 0, 0, 0, // param 1-4 unused
rgPoints[i].latitude(),
rgPoints[i].longitude(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment