Skip to content

Commit 72cc44d

Browse files
authored
feat: add a param file of a mrm handler node (autowarefoundation#927)
Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com>
1 parent d80331b commit 72cc44d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Default configuration for mrm handler
2+
---
3+
/**:
4+
ros__parameters:
5+
update_rate: 10
6+
timeout_operation_mode_availability: 0.5
7+
timeout_call_mrm_behavior: 0.01
8+
timeout_cancel_mrm_behavior: 0.01
9+
use_emergency_holding: false
10+
timeout_emergency_recovery: 5.0
11+
use_parking_after_stopped: false
12+
use_pull_over: false
13+
use_comfortable_stop: false
14+
15+
# setting whether to turn hazard lamp on for each situation
16+
turning_hazard_on:
17+
emergency: true

0 commit comments

Comments
 (0)