yaapu / FrskyTelemetryScript

A LUA telemetry script and widget for the Horus X10(S),X12 and Taranis X9D+,X9E,QX7 and X-Lite radios using ArduPilot frsky passthru protocol
GNU General Public License v3.0
442 stars 141 forks source link

LUA MissionSelector script #135

Open AlksSAV opened 2 years ago

AlksSAV commented 2 years ago

Is it possible to make it so that when activating this script (MissionSelector.lua), you can choose which mission will be activated?

Or even a menu for selecting saved (on the SD card in Pixhawk) missions.

yaapu commented 2 years ago

I like the idea, not that easy to do but worth a try

HaBaEJ20 commented 2 years ago

That would be a great enhancement!

AlksSAV commented 2 years ago

That would be a great enhancement!

I'm trying to make a LUA script for a similar function (the switch selection was previously saved on the sd card of the mission)

But there is not enough knowledge yet 😁

https://github.com/AlksSAV/My_LUA_ArduPilot

WillyZehnder commented 1 year ago

I developed a lua that is able to switch three Missions (still tested in real flight): https://discuss.ardupilot.org/t/switch-missions-on-the-fly/92106/13

But it's no Transmitter-Lua, it's a FC-Lua!