aboutsummaryrefslogtreecommitdiff
path: root/src/modules/mc_att_control/mc_att_control_base.h
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-12-08 10:37:01 +0100
committerThomas Gubler <thomasgubler@gmail.com>2014-12-08 10:37:01 +0100
commit87df7c3243412d4fc7a0c40967b2abe078f7a0b2 (patch)
tree63e442c07a3e709ab76f456f366f437c0552d700 /src/modules/mc_att_control/mc_att_control_base.h
parent65629d09d5e2424c6fcaf261c95f6d6995c4afd7 (diff)
downloadpx4-firmware-87df7c3243412d4fc7a0c40967b2abe078f7a0b2.tar.gz
px4-firmware-87df7c3243412d4fc7a0c40967b2abe078f7a0b2.tar.bz2
px4-firmware-87df7c3243412d4fc7a0c40967b2abe078f7a0b2.zip
move vehicle_attitude_setpoint to msg format
Diffstat (limited to 'src/modules/mc_att_control/mc_att_control_base.h')
-rw-r--r--src/modules/mc_att_control/mc_att_control_base.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/modules/mc_att_control/mc_att_control_base.h b/src/modules/mc_att_control/mc_att_control_base.h
index 1c2f3fb6f..c1ea52f63 100644
--- a/src/modules/mc_att_control/mc_att_control_base.h
+++ b/src/modules/mc_att_control/mc_att_control_base.h
@@ -34,7 +34,7 @@
/**
* @file mc_att_control_base.h
- *
+ *
* MC Attitude Controller
*
* @author Tobias Naegeli <naegelit@student.ethz.ch>
@@ -45,23 +45,20 @@
* @author Roman Bapst <bapstr@ethz.ch>
*
*/
-
+#include <px4.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <math.h>
-#include <drivers/drv_hrt.h>
-#include <uORB/topics/vehicle_attitude_setpoint.h>
#include <uORB/topics/manual_control_setpoint.h>
#include <uORB/topics/actuator_controls.h>
#include <uORB/topics/vehicle_rates_setpoint.h>
#include <uORB/topics/vehicle_attitude.h>
#include <uORB/topics/vehicle_control_mode.h>
#include <uORB/topics/actuator_armed.h>
-#include <systemlib/err.h>
#include <systemlib/perf_counter.h>
#include <lib/mathlib/mathlib.h>