File tree 1 file changed +1
-5
lines changed
perception/autoware_traffic_light_selector/launch
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
<launch >
2
- <!-- Output -->
3
2
<arg name =" output/clusters" default =" output/clusters" />
4
3
<arg name =" input/detected_rois" default =" input/detected_rois" />
5
4
<arg name =" input/rough_rois" default =" input/rough_rois" />
6
5
<arg name =" input/camera_info" default =" input/camera_info" />
7
- <!-- <arg name="param_path" default="$(find-pkg-share autoware_traffic_light_selector)/config/traffic_light_selector.param.yaml"/> -->
8
6
9
- <!-- Node -->
10
7
<node pkg =" autoware_traffic_light_selector" exec =" traffic_light_selector_node" name =" autoware_traffic_light_selector" output =" screen" >
11
8
<remap from =" output/clusters" to =" $(var output/clusters)" />
12
9
<remap from =" input/detected_rois" to =" $(var input/detected_rois)" />
13
10
<remap from =" input/rough_rois" to =" $(var input/rough_rois)" />
14
- <remap from" input/camera_info" to =" input/camera_info" />
15
- <param name =" debug" value =" true" />
11
+ <remap from =" input/camera_info" to =" input/camera_info" />
16
12
</node >
17
13
</launch >
You can’t perform that action at this time.
0 commit comments