Randy Mackay
|
294eb1db5b
|
AP_Scripting: viewpro driver uses focus type and value
|
2023-04-26 22:55:47 +10:00 |
Randy Mackay
|
edc2ea7bf6
|
AP_Scripting: camera state uses focus_type and focus_value
|
2023-04-26 22:55:47 +10:00 |
Peter Barker
|
b167e19bb6
|
AP_Scripting: move and rename CAN Driver_Type enumeration
|
2023-04-20 08:53:46 +10:00 |
Randy Mackay
|
82d03e45e0
|
AP_Scripting: integrate camera_state_t scope change
|
2023-04-19 17:31:46 +10:00 |
Randy Mackay
|
ea1836304a
|
AP_Scripting: ViewPro driver supports zoom pct
|
2023-04-19 17:31:46 +10:00 |
Randy Mackay
|
4090c50e8f
|
AP_Scripting: camera set_zoom binding replaces set_zoom_step
|
2023-04-19 17:31:46 +10:00 |
Robert Taylor
|
ebef532258
|
AP_Scripting: Add EFI state get example
|
2023-04-18 10:31:01 +10:00 |
Robert Taylor
|
59cb583d63
|
AP_Scripting: Add efi get_state function
|
2023-04-18 10:31:01 +10:00 |
Robert Taylor
|
7b64d09dc4
|
AP_Scripting: Make EFI bindings readable
|
2023-04-18 10:31:01 +10:00 |
Randy Mackay
|
b9e06438f1
|
AP_Scripting: ViewPro driver bug fix
|
2023-04-14 07:47:47 +10:00 |
Randy Mackay
|
1a9189d602
|
AP_Scripting: add binding for camera semaphore
|
2023-04-13 07:04:46 +10:00 |
Randy Mackay
|
ffc3ad1c1a
|
AP_Scripting: viewpro driver uses camera scripting backend
|
2023-04-13 07:04:46 +10:00 |
Randy Mackay
|
1a375f1ff5
|
AP_Scripting: remove mount get_camera_state
AP_Camera scripting backend provides access
|
2023-04-13 07:04:46 +10:00 |
Randy Mackay
|
554d52b6fe
|
AP_Scripting: add AP_Camera::get_state bindings
|
2023-04-13 07:04:46 +10:00 |
Randy Mackay
|
5d29935039
|
AP_Scripting: add camera-test example script
|
2023-04-13 07:04:46 +10:00 |
Randy Mackay
|
03148a113f
|
AP_Scripting: add camera bindings
|
2023-04-13 07:04:46 +10:00 |
Randy Mackay
|
f40a939a0c
|
AP_Scripting: fix mount-poi script check errors
remove unused variables
re-enable script checks
|
2023-04-13 07:04:22 +10:00 |
Randy Mackay
|
3ab63cc6b1
|
AP_Scripting: add mount-poi md
|
2023-04-13 07:04:22 +10:00 |
Randy Mackay
|
c1f9b59d9b
|
AP_Scripting: mount-poi gets param description
send_text calls also use MAV_SEVERITY definition
|
2023-04-13 07:04:22 +10:00 |
Randy Mackay
|
bc9342a398
|
AP_Scripting: move mount-poi to applets directory
|
2023-04-13 07:04:22 +10:00 |
Randy Mackay
|
af64de3412
|
AP_Scripting: mount-viewpro driver gets param desc
|
2023-04-12 17:08:12 +10:00 |
Randy Mackay
|
6934a638a1
|
AP_Scripting: Viewpro driver setup instruction fix
|
2023-04-12 17:08:12 +10:00 |
Henry Wurzburg
|
e12d9e38c7
|
AP_Scripting:add plane aerobatics metadata
|
2023-04-11 08:59:04 +10:00 |
Henry Wurzburg
|
0a84d38f43
|
AP_Scritping:change TRIKx_ID defaults to -1 (not setup)
|
2023-04-11 08:59:04 +10:00 |
Henry Wurzburg
|
ece07601d7
|
AP_Scripting:make trikid -1 not valid
|
2023-04-11 08:59:04 +10:00 |
Peter Barker
|
80ca43ad37
|
AP_Scripting: correct depends for AP_Winch
|
2023-04-10 09:20:47 +10:00 |
Andrew Tridgell
|
3eb9d119ea
|
AP_Scripting: added wrap32_test.lua for testing wrap32 usec bdshot bug
|
2023-03-24 08:31:25 +11:00 |
Andrew Tridgell
|
19a46fff0f
|
AP_Scripting: added vehicle:reboot() binding
|
2023-03-24 08:31:25 +11:00 |
Henry Wurzburg
|
0a96f037f5
|
AP_Scripting:provide altitude loss safety abort for plane aerobatics
|
2023-03-20 04:48:57 -07:00 |
Randy Mackay
|
e5be8e9bf0
|
AP_Scripting: copter deadreckoning lua check fixes
|
2023-03-18 08:55:21 +09:00 |
Randy Mackay
|
3d39f9bb20
|
AP_Scripting: copter deadreckon applet gets param desc and md
|
2023-03-18 08:55:21 +09:00 |
Randy Mackay
|
bf0d096276
|
AP_Scripting: copter deadreckoning moved to applet directory
|
2023-03-18 08:55:21 +09:00 |
Tom Pittenger
|
10f7a363ed
|
AP_Scripting: bump up SCR HEAP SIZE for large RAM devices
|
2023-03-14 06:57:21 -07:00 |
Peter Barker
|
8e1decc730
|
AP_Scripting: correct compilation when AP_EFI_Scripting is not enabled
|
2023-03-14 12:09:26 +11:00 |
Tom Pittenger
|
87cb40798f
|
AP_Scripting: add docs to FWVersion:type()
|
2023-03-10 14:45:58 -08:00 |
Andrew Tridgell
|
615838a7d4
|
AP_Scripting: ensure new user data is zero
this prevents use of uninitialised data for user objects created in
lua, giving more predictable behaviour
|
2023-03-10 14:13:55 +11:00 |
Andrew Tridgell
|
c00e047d87
|
AP_Scripting: added mission_spiral.lua example
useful for creating very large missions with a distinctive pattern
|
2023-03-10 14:13:55 +11:00 |
Bob Long
|
ddd2d92d39
|
AP_EFI lua: add enum docs
Co-authored-by: Peter Hall <33176108+IamPete1@users.noreply.github.com>
|
2023-03-07 20:35:13 +09:00 |
Bob Long
|
74279d9b32
|
AP_Scripting: add fuel_pressure_status binding
|
2023-03-07 20:35:13 +09:00 |
Peter Hall
|
9ac488d500
|
AP_Scripting: add binding to set motors external limits
|
2023-03-07 10:12:30 +11:00 |
Peter Hall
|
23fb73085a
|
AP_Scripting: add bindings to get throttle, forward, lateral and spool state from motors
|
2023-03-07 10:12:30 +11:00 |
Andrew Tridgell
|
bc3fc9a317
|
AP_Scripting: added bindings for motors roll, pitch, yaw outputs
|
2023-03-07 10:12:30 +11:00 |
Iampete1
|
a021489580
|
AP_Scripting: lua_bindings: use local varable for AP_Scripting, don't get every time
|
2023-03-05 09:42:05 +11:00 |
Iampete1
|
54a9239e62
|
AP_Scripting: fix PWMSource deletion crash
|
2023-03-05 09:42:05 +11:00 |
Tom Pittenger
|
5498bbec33
|
Scripting: add bindings for jump tags
|
2023-02-28 12:00:18 +11:00 |
Tom Pittenger
|
1fe4b6b7e3
|
AP_Scripting: Add example JUMP_TAG scripts
|
2023-02-28 12:00:18 +11:00 |
Andrew Tridgell
|
068d1d5413
|
AP_Scripting: change VTOL-quicktune to use cached aux
makes it possible to use aux buttons in MissionPlanner
|
2023-02-24 09:43:41 -08:00 |
Tom Pittenger
|
54e56beba8
|
AP_Scripting: fix doc warnings
|
2023-02-23 13:07:08 -08:00 |
Iampete1
|
f7a14a58fd
|
AP_Scripting: luacheck: check globals
|
2023-02-22 19:36:02 +11:00 |
Randy Mackay
|
5fc322b327
|
AP_Scripting: add djirs2 driver parameter descriptions
|
2023-02-22 18:08:27 +11:00 |