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
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.
The text was updated successfully, but these errors were encountered:
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.
SITL download is broken, as default
plane.parm
file for an airplane is not found: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 selectplane-3d
orplane-jet
in drop-down menu, nothing is changed.The text was updated successfully, but these errors were encountered: