File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,18 @@ bool brake_pressed_prev = false;
91
91
// This can be set with a USB command
92
92
// It enables features we consider to be unsafe, but understand others may have different opinions
93
93
// It is always 0 on mainline comma.ai openpilot
94
+
95
+ // If using this flag, be very careful about what happens if your fork
96
+ // wants to brake while the user is pressing the gas. Tesla is careful with this.
94
97
#define UNSAFE_DISABLE_DISENGAGE_ON_GAS 1
98
+
99
+ // If using this flag, make sure to communicate to your users that a stock safety feature is now disabled
95
100
#define UNSAFE_DISABLE_STOCK_AEB 2
101
+
102
+ // If using this flag, be aware that harder braking is more likely to lead to rear endings, and that alone
103
+ // this flag doesn't make braking ISO26262 compliant because there's also an unaccounted for time element.
96
104
#define UNSAFE_RAISE_LONGITUDINAL_LIMITS_TO_ISO_MAX 8
105
+
97
106
int unsafe_mode = 0 ;
98
107
99
108
// time since safety mode has been changed
You can’t perform that action at this time.
0 commit comments