Peter Hall
|
67bfedd845
|
AP_Scripting: add button example script
|
2020-03-19 14:59:34 -07:00 |
Andrew Tridgell
|
87b97f8bee
|
AP_Scripting: added a VTOL failsafe example script
if fwd motor is lost try to make best effort to get home
|
2020-03-12 08:36:40 +11:00 |
Peter Hall
|
e95e996cc4
|
AP_Scripting: Add led matrix examples
|
2020-03-10 10:37:26 +11:00 |
Peter Hall
|
bf76a8c727
|
AP_Scripting: update LED_roll example
|
2020-03-10 10:37:26 +11:00 |
Randy Mackay
|
1486421581
|
AP_Scripting: rename arming-check-batt-temp example script
|
2020-03-04 11:28:10 +09:00 |
Randy Mackay
|
2526aaeb74
|
AP_Scripting: set-target-location example script
|
2020-03-03 10:06:38 -07:00 |
Peter Hall
|
fc0d845b6c
|
AP_Scripting: add NMEA decode example
|
2020-03-03 09:57:07 -07:00 |
Peter Hall
|
71f1755c97
|
AP_Scripting: update plane-wind-fs example
|
2020-02-27 18:33:56 -07:00 |
Peter Hall
|
129dc16bdb
|
AP_Scripting: add mission scripting example
|
2020-02-27 18:07:31 -07:00 |
Andrew Tridgell
|
fe86d8bb0c
|
AP_Scripting: adjust for updated LED API
|
2020-02-27 13:12:26 +11:00 |
Randy Mackay
|
c0bc696b86
|
AP_Scripting: add arming-check-batt-temp example script
|
2020-02-25 19:55:54 +09:00 |
Peter Hall
|
a04a34ff6a
|
AP_Scripting: add param get and set example
|
2020-02-18 10:18:12 +11:00 |
Randy Mackay
|
8c227a5a18
|
AP_Scripting: add esc-usage.lua
example script to retrieve esc usage time
|
2020-02-12 11:58:34 +09:00 |
Peter Hall
|
d5729236e2
|
AP_Scripting: update plane-wind-fs battery RTL failsafe example
|
2020-01-21 10:12:45 +11:00 |
Michael du Breuil
|
51f79c1b10
|
AP_Scripting: Add support for UART drivers
Also improves the handling of uint32_t arguments
|
2020-01-13 20:06:31 -07:00 |
Andrew Tridgell
|
07415d06ab
|
AP_Scripting: added RCIN example script
|
2019-12-20 19:51:46 -07:00 |
Randy Mackay
|
a5a1d2812a
|
AP_Scripting: example to check battery cycle count
|
2019-12-18 15:54:42 +11:00 |
Peter Hall
|
f9c4c17ff4
|
AP_Scripting: add rgb notify led example
|
2019-12-12 21:35:23 -07:00 |
Peter Barker
|
b0549c7569
|
AP_Scripting: add example to warn and then RTL based on wind speed
This was written at CubePilot 2019 as part of a workshop.
Blame MdB
|
2019-12-05 18:31:53 -07:00 |
Michael du Breuil
|
1c3287160e
|
AP_Scripting: Simplify the LED_roll example
|
2019-12-06 08:03:26 +08:00 |
Andrew Tridgell
|
48ba63ba11
|
AP_Scripting: added example script for LEDs
show LED values based on roll
|
2019-11-04 13:01:59 +11:00 |
Michael du Breuil
|
38e17e2068
|
AP_Scripting: Add Location get_distance_NED and get_distance_NE
Fixes a regression with nil punning which broke Location:offset() and
adds a test script that is suitable for CI to test this sort of thing
|
2019-10-31 07:10:55 +11:00 |
Michael du Breuil
|
0edc8a55a0
|
AP_Scripting: Add plane failsafe example script
|
2019-10-25 08:48:22 +08:00 |
Peter Barker
|
f6b6aa68ed
|
AP_Scripting: add a hello world example
|
2019-10-24 13:50:51 +11:00 |
Peter Barker
|
099379713c
|
AP_Scripting: add simple example of a loop
|
2019-10-24 13:50:51 +11:00 |
Michael du Breuil
|
3274398bc2
|
AP_Scripting: Fix up uint32_t manipulation, fix AP_Notify
This also adds a touched up version of the foxhunt demo that was done at
the 2019 developer unconf
|
2019-10-16 21:57:41 -07:00 |
Michael du Breuil
|
e54acb8bde
|
AP_Scripting: Add an example message interval script
|
2019-10-16 09:48:55 +09:00 |