MissionPlanner icon indicating copy to clipboard operation
MissionPlanner copied to clipboard

SITL Plane download and run broken, 404 in ardupilot repo

Open kolins-cz opened this issue 10 months ago • 1 comments

SITL download is broken, as default plane.parm file for an airplane is not found:

INFO MissionPlanner.Utilities.Download - Get https://raw.githubusercontent.com/ArduPilot/ardupilot/master/Tools/autotest/default_params/plane.parm
INFO MissionPlanner.Utilities.Download - https://raw.githubusercontent.com/ArduPilot/ardupilot/master/Tools/autotest/default_params/plane.parm NotFound
INFO MissionPlanner.GCSViews.SITL - sitl: C:\Users\kolin\Documents\Mission Planner\sitl\plane5\ C:\Users\kolin\Documents\Mission Planner\sitl\ArduPlane.exe   --defaults "C:\Users\kolin\AppData\Local\Temp\tmp3525.tmp,identity.parm" -P SERIAL0_PROTOCOL=2 -P SERIAL1_PROTOCOL=2  -Mplane -s1 --home 55.0431537668193,15.17179315451,399.191083214609,90 --instance 4 --serial0 tcp:0  -P SYSID_THISMAV=5

Problem is, that file C:\Users\kolin\AppData\Local\Temp\tmp3525.tmp is empty and parameters are then broken - no simulated flying.

File /Tools/autotest/default_params/plane.parm is no longer there in ardupuilot codebase. And if I select plane-3d or plane-jet in drop-down menu, nothing is changed.

kolins-cz avatar Feb 23 '25 20:02 kolins-cz

It seems that the vehicleinfo.py on https://firmware.ardupilot.org/Tools/MissionPlanner is somehow become an older version with wrong pointers to the plane.parm file..... It needs an attention from @meee1 to update that file with the recent one from AP repo.

EosBandi avatar Feb 23 '25 23:02 EosBandi