Andrew Tridgell

Results 287 comments of Andrew Tridgell

> Ah, so if there is a do-jump then the wp before the do-jump needs to display two lines. One to the command index from within the do-jump command and...

does this need to be enabled on the various dialogs? I see this: ![image](https://user-images.githubusercontent.com/831867/109453045-2e4e2d80-7aa5-11eb-857e-043f98074a5f.png)

here are some example param files for fixed wing that trigger this: http://uav.tridgell.net/tmp/testparam/ just start sitl for a plane in MP and alternately load those two param files, it gives...

I've tested this and it works really well now, thanks!

just found a small issue. After I finish loading the params when I have selected the "for all" checkbox and I then go to load a different parameter file I...

> What do you suggest? How else is the calling function going to know the user checked "Do this for all"? I'm not a C# dev, so this may not...

I've setup the same arrangement and radios at home and reproduced the problem. The logs below are for MissionPlanner and mavproxy both running on the same win10 machine. MAVProxy takes...

the setup is: - RFD900x mesh firmware https://firmware.ardupilot.org/SiK/RFD900x-relay/ - rover setup as relay - plane setup as aircraft - 3rd RFD900x as GCS connected to MissionPlanner - air data rate...

> ` there is no guard on request.size on both read and burstread you're right, thanks! PR https://github.com/ArduPilot/ardupilot/pull/20024