You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`mavlink_signal`: MAVLink signal (data telemetry).
46
+
-`battery`: Battery
47
+
-`motor`: Motor
48
+
-`servo`: Servo
49
+
-`avoidance`: Avoidance
50
+
-`rc_signal`: RC Signal
51
+
-`mavlink_signal`: MAVLink data telemetry connection
52
52
-_failure_type_:
53
-
-`ok`: Publish as normal (Disable failure injection).
54
-
-`off`: Stop publishing.
55
-
-`stuck`: Report same value every time (_could_ indicate a malfunctioning sensor).
56
-
-`garbage`: Publish random noise. This looks like reading uninitialized memory.
57
-
-`wrong`: Publish invalid values (that still look reasonable/aren't "garbage").
58
-
-`slow`: Publish at a reduced rate.
59
-
-`delayed`: Publish valid data with a significant delay.
60
-
-`intermittent`: Publish intermittently.
53
+
-`ok`: Publish as normal (Disable failure injection)
54
+
-`off`: Stop publishing
55
+
-`stuck`: Constantly report the same value which _can_ happen on a malfunctioning sensor
56
+
-`garbage`: Publish random noise. This looks like reading uninitialized memory
57
+
-`wrong`: Publish invalid values that still look reasonable/aren't "garbage"
58
+
-`slow`: Publish at a reduced rate
59
+
-`delayed`: Publish valid data with a significant delay
60
+
-`intermittent`: Publish intermittently
61
61
-_instance number_ (optional): Instance number of affected sensor.
62
62
0 (default) indicates all sensors of specified type.
63
63
64
64
### Example
65
65
66
66
To simulate losing RC signal without having to turn off your RC controller:
67
67
68
-
1. Enable the parameter [SYS_FAILURE_EN](../advanced_config/parameter_reference.md#SYS_FAILURE_EN).
68
+
1. Enable the parameter [SYS_FAILURE_EN](../advanced_config/parameter_reference.md#SYS_FAILURE_EN). And specifically to turn off motors also [CA_FAILURE_MODE](../advanced_config/parameter_reference.md#CA_FAILURE_MODE).
69
69
1. Enter the following commands on the MAVLink console or SITL _pxh shell_:
0 commit comments