Unable to upload/run LUA files in Navigator running ArduPlane

Hi!

I’m currently using the Navigator for a plane build. I am running ArduPlane 4.4.4 and using Mission Planner as my ground control interface. Learning the basics wasn’t simple, but the challenge is what makes things fun!

I currently want to run LUA scripts, but I am having issues with uploading them to the board. All the online documentation I can find about the subject suggest that I activate the SCR_ENABLE parameter (which I did), and that I transfer my .lua files to the APM/scripts folder. Problem is : the folder architecture of BlueOS seems different from any ArduPilot guides, and I am unable to upload/run any LUA files.

I’m sure I am just missing some basic information, so any help would be greatly appreciated! Thanks!

Hi @gabrielcouroux

Create a "scripts folder in here: http://blueos.local:7777/file-browser/files/configs/ardupilot-manager/firmware/
Place your lua files there and restart the autopilot and it should work =]

2 Likes

Hi @williangalvani,

It did indeed work, thank you very much!

1 Like