File tree 2 files changed +12
-3
lines changed
tier4_control_launch/launch
tier4_system_launch/launch
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 47
47
48
48
<!-- temporary: control_command_gate migration -->
49
49
<arg name =" use_control_command_gate" default =" false" />
50
+ <arg name =" control_command_gate_param_path" if =" $(var use_control_command_gate)" />
50
51
51
52
<group >
52
53
<push-ros-namespace namespace =" control" />
53
54
54
55
<group if =" $(var use_control_command_gate)" >
55
- <include file =" $(find-pkg-share autoware_control_command_gate)/launch/control_command_gate.launch.xml" />
56
+ <include file =" $(find-pkg-share autoware_control_command_gate)/launch/control_command_gate.launch.xml" >
57
+ <arg name =" config" value =" $(var control_command_gate_param_path)" />
58
+ </include >
56
59
</group >
57
60
<group if =" $(var use_control_command_gate)" >
58
61
<include file =" $(find-pkg-share autoware_stop_mode_operator)/launch/stop_mode_operator.launch.xml" />
Original file line number Diff line number Diff line change 36
36
37
37
<!-- temporary: control_command_gate migration -->
38
38
<arg name =" use_control_command_gate" default =" false" />
39
+ <arg name =" command_mode_switcher_param_path" if =" $(var use_control_command_gate)" />
40
+ <arg name =" command_mode_decider_param_path" if =" $(var use_control_command_gate)" />
39
41
40
42
<group >
41
43
<push-ros-namespace namespace =" /system" />
42
44
43
45
<group if =" $(var use_control_command_gate)" >
44
- <include file =" $(find-pkg-share autoware_command_mode_switcher)/launch/switcher.launch.xml" />
46
+ <include file =" $(find-pkg-share autoware_command_mode_switcher)/launch/switcher.launch.xml" >
47
+ <arg name =" config" value =" $(var command_mode_switcher_param_path)" />
48
+ </include >
45
49
</group >
46
50
<group if =" $(var use_control_command_gate)" >
47
- <include file =" $(find-pkg-share autoware_command_mode_decider)/launch/decider.launch.xml" />
51
+ <include file =" $(find-pkg-share autoware_command_mode_decider)/launch/decider.launch.xml" >
52
+ <arg name =" config" value =" $(var command_mode_decider_param_path)" />
53
+ </include >
48
54
</group >
49
55
50
56
<!-- System Monitor -->
You can’t perform that action at this time.
0 commit comments