MAVProxy icon indicating copy to clipboard operation
MAVProxy copied to clipboard

Parameter --mav10 results in crash

Open AndKe opened this issue 6 months ago • 1 comments

--mav10 results in crash

Image

This is during a connection to a Solo, but mavproxy.py --mav10 produces the same result.

AndKe avatar Jun 13 '25 07:06 AndKe

Yes, that's an issue with the new wp (and rally/fence) modules not being compatible with mav10. You'll need to use the old wp module instead:

mavproxy.py --master=127.0.0.1:14550 --mav10 --default-modules=log,signing,oldwp,ftp,param,relay,tuneopt,arm,mode,calibration,rc,auxopt,misc,cmdlong,battery,terrain,output,adsb,layout

Yes, this should be fixed :)

stephendade avatar Jun 15 '25 05:06 stephendade