Skip to content

Commit a550193

Browse files
committed
update json schema of mrm_handler
1 parent 9079986 commit a550193

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

system/mrm_handler/schema/mrm_handler.schema.json

+12
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
"description": "If the duration of the EMERGENCY state is longer than `timeout_emergency_recovery`, it does not recover to the NORMAL state.",
3737
"default": 5.0
3838
},
39+
"is_mrm_recoverable": {
40+
"type": "boolean",
41+
"description": "If this parameter is true, mrm state never return to normal state",
42+
"default": false
43+
},
3944
"use_parking_after_stopped": {
4045
"type": "boolean",
4146
"description": "If this parameter is true, it will publish PARKING shift command.",
@@ -46,6 +51,11 @@
4651
"description": "If this parameter is true, operate pull over when latent faults occur.",
4752
"default": "false"
4853
},
54+
"use_pull_over_after_stopped": {
55+
"type": "boolean",
56+
"description": "If this parameter is true, pull over can be operated after stopped.",
57+
"default": "true"
58+
},
4959
"use_comfortable_stop": {
5060
"type": "boolean",
5161
"description": "If this parameter is true, operate comfortable stop when latent faults occur.",
@@ -70,8 +80,10 @@
7080
"timeout_cancel_mrm_behavior",
7181
"use_emergency_holding",
7282
"timeout_emergency_recovery",
83+
"is_mrm_recoverable",
7384
"use_parking_after_stopped",
7485
"use_pull_over",
86+
"use_pull_over_after_stopped",
7587
"use_comfortable_stop",
7688
"turning_hazard_on"
7789
],

0 commit comments

Comments
 (0)