Added safety status feedback, disallow arming of a rotary wing with engaged safety

This commit is contained in:
Lorenz Meier
2013-06-09 14:09:09 +02:00
parent b12678014f
commit 1deced7629
8 changed files with 189 additions and 38 deletions
+4
View File
@@ -154,3 +154,7 @@ ORB_DEFINE(actuator_outputs_3, struct actuator_outputs_s);
#include "topics/debug_key_value.h"
ORB_DEFINE(debug_key_value, struct debug_key_value_s);
/* status of the system safety device */
#include "topics/safety.h"
ORB_DEFINE(safety, struct safety_s);