use optimal recovery strategy for tailsitters

This commit is contained in:
Roman
2015-12-11 10:57:41 +01:00
committed by Lorenz Meier
parent 4e5fdebb13
commit ac4e95df05
4 changed files with 78 additions and 33 deletions

View File

@@ -113,6 +113,7 @@ set(config_module_list
lib/launchdetection
lib/terrain_estimation
lib/runway_takeoff
lib/tailsitter_recovery
platforms/nuttx
# had to add for cmake, not sure why wasn't in original config

View File

@@ -124,6 +124,7 @@ set(config_module_list
lib/launchdetection
lib/terrain_estimation
lib/runway_takeoff
lib/tailsitter_recovery
platforms/nuttx
# had to add for cmake, not sure why wasn't in original config

View File

@@ -59,6 +59,7 @@ set(config_module_list
lib/launchdetection
lib/terrain_estimation
lib/runway_takeoff
lib/tailsitter_recovery
examples/px4_simple_app
)