MAVProxy
MAVProxy copied to clipboard
Parameter --mav10 results in crash
--mav10 results in crash
This is during a connection to a Solo, but mavproxy.py --mav10 produces the same result.
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 :)