AP_Scripting: add note to miision_load.lua about file locations

Co-authored-by: Henry Wurzburg <hwurzburg@yahoo.com>
This commit is contained in:
vzarkar 2023-10-23 16:15:19 +05:30 committed by Andrew Tridgell
parent 97101b6bd0
commit 04c5c336b8
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
-- Example of loading a mission from the SD card using Scripting
-- Would be trivial to select a mission based on scripting params or RC switch
-- luacheck: only 0
--Copy this "mission-load.lua" script to the "scripts" directory of the simulation or autopilot's SD card.
--The "mission1.txt" file containing the mission items should be placed in the directory above the "scripts" directory.
--In case of placing it on SD Card, mission1.txt file should be placed in the APM directory root.