mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-09 05:12:38 +08:00
AP_Module: added external module hook library
this allows for external modules to be called at defined hook locations in ArduPilot. The initial example is a module that consumes the AHRS state, but this can be generalised to a wide variety of hooks
This commit is contained in:
7
libraries/AP_Module/examples/ModuleTest/wscript
Normal file
7
libraries/AP_Module/examples/ModuleTest/wscript
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
|
||||
def build(bld):
|
||||
bld.ap_example(
|
||||
use='ap',
|
||||
)
|
||||
Reference in New Issue
Block a user