mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 04:30:34 +08:00
Added mixer generation.
This commit is contained in:
@@ -30,6 +30,13 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
############################################################################
|
||||
|
||||
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
add_custom_command(OUTPUT mixer_multirotor.generated.h
|
||||
COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/multi_tables.py
|
||||
> mixer_multirotor.generated.h)
|
||||
|
||||
px4_add_module(
|
||||
MODULE modules__systemlib__mixer
|
||||
SRCS
|
||||
@@ -38,6 +45,7 @@ px4_add_module(
|
||||
mixer_multirotor.cpp
|
||||
mixer_simple.cpp
|
||||
mixer_load.c
|
||||
mixer_multirotor.generated.h
|
||||
DEPENDS
|
||||
platforms__common
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user