aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/actuator_safety.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/uORB/topics/actuator_safety.h')
-rw-r--r--src/modules/uORB/topics/actuator_safety.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/uORB/topics/actuator_safety.h b/src/modules/uORB/topics/actuator_safety.h
index b78eb4b7e..3a107d41a 100644
--- a/src/modules/uORB/topics/actuator_safety.h
+++ b/src/modules/uORB/topics/actuator_safety.h
@@ -58,6 +58,7 @@ struct actuator_safety_s {
bool armed; /**< Set to true if system is armed */
bool ready_to_arm; /**< Set to true if system is ready to be armed */
bool lockdown; /**< Set to true if actuators are forced to being disabled (due to emergency or HIL) */
+ bool hil_enabled; /**< Set to true if hardware-in-the-loop (HIL) is enabled */
};
ORB_DECLARE(actuator_safety);