Randy Mackay
eb880a2657
AP_Scripting: copter-wall-climber fix for climb rate limiting
2020-10-27 14:06:15 +09:00
Randy Mackay
eab7c9520c
AP_Scripting: copter-wall-climber accel limiting
...
reduces climb rate slowly so it can stop before next interval
also fixup formatting of altitude output to user
2020-10-27 14:06:15 +09:00
Randy Mackay
2ab860b8b7
AP_Scripting: copter-wall-climber format and comment fixes
...
replaced tab with spaces
also fixed comment
2020-10-27 14:06:15 +09:00
Iampete1
8996c4cee0
AP_Scripting: NMEA example updated decoding
2020-10-27 11:24:49 +11:00
Michael du Breuil
1a1a5e69dd
AP_Scripting: Add setmetatable back to the lua sandbox
2020-10-27 10:25:56 +11:00
Randy Mackay
8aba1655a2
AP_Scripting: add ahrs-print-variances example
2020-10-21 08:58:45 +09:00
Randy Mackay
5eae007d49
AP_Scripting: add binding for ahrs get_variances
2020-10-21 08:58:45 +09:00
Randy Mackay
b0363a01b0
AP_Scripting: add copter-wall-climber example script
2020-10-20 23:04:45 +09:00
Iampete1
de664ae6a8
AP_Scripting: bindings: add units and multipliers to logging
2020-10-13 10:34:42 +11:00
Iampete1
5cbbe656ba
AP_Scripting: add units and multipliers to logging example
2020-10-13 10:34:42 +11:00
Iampete1
a09e15137e
AP_Scripting: add logging to plane-wind-fs example
2020-10-13 10:34:42 +11:00
Randy Mackay
d31a00a6a1
AP_Scripting: replace prearm_healthy binding with healthy
2020-10-07 11:53:07 +11:00
Andy Piper
9fef5b1e94
AP_Scripting: remove compile errors and warnings
2020-09-22 09:37:02 +10:00
ashvath100
9665421a9c
AP_Scripting: Walking robot naming fix and height control
2020-09-10 08:27:01 +09:00
Gone4Dirt
32de8d78ab
AP_Scripting: Add Heli_IM_COL_TUNE applet and readme
2020-09-09 17:50:31 +10:00
Gone4Dirt
39788aa4f7
AP_Scripting: Add rc norm_input_ignore_trim binding
2020-09-09 17:50:31 +10:00
ashvath100
9e86355734
AP_Scripting: quadruped.lau fix after review
2020-09-01 09:33:24 +09:00
ashvath100
f344363404
AP_Scripting: quadruped.lua logic test fix
2020-09-01 09:33:24 +09:00
Randy Mackay
a4c7aa6386
AP_Scripting: quadruped.lua fixups after peer review
...
includes these changes:
add header to quadruped.lua example
quadruped.lua loses unnecessary pwm array
minor formatting fix
correct quadruped comments re servo connections
quadruped.lua replaces /2 with x0.5
quadruped.lua loses servo_estimate arguments
2020-09-01 09:33:24 +09:00
Randy Mackay
28026176f6
AP_Scripting: quadruped example formatting fixes
2020-09-01 09:33:24 +09:00
ashvath100
1a6a623295
AP_Scripting: quadruped example script
2020-09-01 09:33:24 +09:00
Pierre Kancir
af1bdcfdfc
AP_Scipting: fix memleak on generator
2020-08-26 17:06:23 +10:00
Randy Mackay
eddbf7a755
AP_Scripting: fix get_control_output binding
...
co-author: @wicked.shell.scripts@gmail.com
2020-08-20 14:09:29 +09:00
Randy Mackay
3638602d38
AP_Scripting: add rover-motor-driver example script
2020-08-20 14:09:29 +09:00
Randy Mackay
39d2079c06
AP_Scripting: add set_angle and set_range bindings
2020-08-20 14:09:29 +09:00
Randy Mackay
94b2381399
AP_Scripting: add set_output_norm binding
2020-08-20 14:09:29 +09:00
ashvath100
a3b435e912
AP_Scripting: add get_control_output binding
2020-08-20 14:09:29 +09:00
Andrew Tridgell
822d3b2a3a
AP_Scripting: added get_accel AHRS method
...
complements get_gyro() method
2020-08-16 08:55:27 -07:00
Tsuyoshi Kawamura
67ad05609f
AP_Scripting: add proximity bindings
2020-08-07 17:32:16 -07:00
Tsuyoshi Kawamura
e2eed88ca3
AP_Scripting: add rangefinder bindings
2020-08-07 17:32:16 -07:00
Siddharth Purohit
913c00dd96
AP_Scripting: add default case to fix uninitialised use situation
2020-07-30 20:28:48 +10:00
Michael du Breuil
1c789c66c3
AP_Scripting: Fix generator for nullable types with multiple return values
2020-07-28 16:22:17 -07:00
Henry Wurzburg
ec4bc71222
AP_Scripting: Setup of applets directory and first applet entry
2020-07-28 15:34:26 +10:00
Iampete1
2ad81fb425
AP_Scripting: generator: static cast all basic return types
2020-07-28 13:47:35 +10:00
Iampete1
4ad7eeb7a9
AP_Scripting: add RC Channel object bindings
2020-07-28 13:47:35 +10:00
Iampete1
0d9d593f05
AP_Scripting: add RC channel objects to example
2020-07-28 13:47:35 +10:00
Randy Mackay
e3d538e676
AP_Scripting: add ahrs-print-angle-and-rates example
2020-07-28 09:47:59 +10:00
murata
5f3837f434
AP_Scripting: Modify the extension.
2020-07-28 08:40:06 +09:00
Henry Wurzburg
8bfda973db
AP_Scripting: Add user accessable script parameters
2020-07-19 14:18:39 +10:00
Andrew Tridgell
e9a4a74e7b
AP_Scripting: suppress cast-align warnings in Lua interpreter
...
this is externally maintained code that makes heavy use of casting
2020-07-10 13:31:27 +10:00
Andrew Tridgell
6bab6d94bf
AP_Scripting: fixed equality test for uint32_t
2020-07-06 10:08:19 -07:00
Andrew Tridgell
259cf10373
AP_Scripting: added rotate binding to Vector2f
2020-07-06 14:46:48 +10:00
craigy72
6557f3c258
AP_Scripting: fixup serial_test.lua
2020-07-04 09:11:09 +09:00
Michael du Breuil
ff007dd017
AP_Scripting: Allow generator to cope with windows line endings
...
Also fixes allowing an extra new line on the depends entries to be
emitted, as well as a possible stack overflow in the generator if
you inserted a malicious comment.
2020-06-24 09:37:36 -07:00
Randy Mackay
5b90c98e02
AP_Scripting: add rover-set-steering-and-throttle example script
2020-06-24 08:34:41 +09:00
Randy Mackay
d665a0a440
AP_Scripting: add binding for set_desired_steering_and_throttle
2020-06-24 08:34:41 +09:00
Rishabh
c53d42e665
AP_Scripting: Remove send_text if directory is created
2020-06-23 10:42:41 +10:00
Rishabh
bd7190767e
AP_Scripting: Create scripts folder automatically
2020-06-20 21:39:06 +10:00
Iampete1
a23934fe93
AP_Scripting: add set angle demo
2020-06-19 10:09:35 +10:00
Iampete1
dc34dfb003
AP_Scripting: add guided mode set angle
2020-06-19 10:09:35 +10:00