You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For waypoints and takeoff items, param4 of the mavlink command can be set to NaN which means no change. However, when importing a QGC .plan, unchanged is represented as null.
We need to check how null is handled, presumably it gets translated to 0 instead of NaN.
For waypoints and takeoff items, param4 of the mavlink command can be set to
NaN
which means no change. However, when importing a QGC .plan, unchanged is represented asnull
.We need to check how
null
is handled, presumably it gets translated to0
instead ofNaN
.Reported by @nicovanduijn.
The text was updated successfully, but these errors were encountered: