Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SITL Plane download and run broken, 404 in ardupilot repo #3496

Open
kolins-cz opened this issue Feb 23, 2025 · 1 comment
Open

SITL Plane download and run broken, 404 in ardupilot repo #3496

kolins-cz opened this issue Feb 23, 2025 · 1 comment

Comments

@kolins-cz
Copy link

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.

@EosBandi
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants