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
However, if I create a MAVLink_mission_item_message with param4=math.nan and then write this to file by creating a MAVWPLoader object and calling save(), these NaNs are written to file (sort of as expected).
When I then try to load this waypoints file into mission planner, it fails claiming the line is invalid. Manually changing the NaNs to zero makes the file load correctly in mission planner. However I am not sure if it is then correctly using system yaw.