Remove TECS from system codebase

The TECS controller belongs really into the ECL (estimation & control library) where we have collected a number of vehicle control systems. It is being replaced by a new implementation of the algorithm, contributed by Paul Riseborough.
This commit is contained in:
Lorenz Meier
2017-08-31 00:03:41 +02:00
parent 8693c51cba
commit 4923d0cba3
28 changed files with 83 additions and 1223 deletions
@@ -41,7 +41,6 @@ px4_add_module(
DEPENDS
platforms__common
git_ecl
lib__external_lgpl
lib__ecl
)
# vim: set noet ft=cmake fenc=utf-8 ff=unix :
@@ -43,7 +43,7 @@
* Conference, Aug 2004. AIAA-2004-4900.
*
* Original implementation for total energy control class:
* Paul Riseborough and Andrew Tridgell, 2013 (code in lib/external_lgpl)
* Paul Riseborough, ECL Library, 2017
*
* More details and acknowledgements in the referenced library headers.
*
@@ -66,7 +66,7 @@
#include <drivers/drv_hrt.h>
#include <ecl/l1/ecl_l1_pos_controller.h>
#include <external_lgpl/tecs/tecs.h>
#include <ecl/tecs/tecs.h>
#include <geo/geo.h>
#include <launchdetection/LaunchDetector.h>
#include <mathlib/mathlib.h>
@@ -40,7 +40,6 @@ px4_add_module(
DEPENDS
platforms__common
git_ecl
lib__external_lgpl
lib__ecl
)
# vim: set noet ft=cmake fenc=utf-8 ff=unix :