wind estimate: added uORB topic

This commit is contained in:
Lorenz Meier
2014-06-01 15:34:27 +02:00
parent d7d1edfb9b
commit ff4aec6588
2 changed files with 70 additions and 0 deletions
+2
View File
@@ -203,3 +203,5 @@ ORB_DEFINE(estimator_status, struct estimator_status_report);
#include "topics/tecs_status.h"
ORB_DEFINE(tecs_status, struct tecs_status_s);
#include "topics/wind_estimate.h"
ORB_DEFINE(wind_estimate, struct wind_estimate_s);