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
When called wait_ready(), it gets stuck sometimes. So I can not proceed. This issue tend to be more likely when number of waypoints are increased.
I am running ArduPlane 3.9.11 and dronekit 2.9.2. It might be related to Plane version maybe?
The text was updated successfully, but these errors were encountered:
Btw I tried with Plane 4.0.5 firmware and looks fine tho. No errors. Maybe there are something mismatching MAVLink mission protocol or implemented differently. Any ideas?
I process as the steps,
vehicle.commands.clear()
vehicle.commands.upload()
When called wait_ready(), it gets stuck sometimes. So I can not proceed. This issue tend to be more likely when number of waypoints are increased.
I am running ArduPlane 3.9.11 and dronekit 2.9.2. It might be related to Plane version maybe?
The text was updated successfully, but these errors were encountered: