File tree 2 files changed +3
-10
lines changed
perception/traffic_light_map_based_detector
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 6
6
max_vibration_width : 0.5 # -0.25 ~ 0.25 m
7
7
max_vibration_depth : 0.5 # -0.25 ~ 0.25 m
8
8
max_detection_range : 200.0
9
+ min_timestamp_offset : -0.3 # This parameter should be configured differently for each camera considering their delay.
10
+ max_timestamp_offset : 0.0 # This parameter should be configured differently for each camera considering their delay.
11
+ timestamp_sample_len : 0.02
9
12
car_traffic_light_max_angle_range : 40.0
10
13
pedestrian_traffic_light_max_angle_range : 80.0
Original file line number Diff line number Diff line change 5
5
<arg name =" input/route" default =" /planning/mission_planning/route" />
6
6
<arg name =" expect/rois" default =" ~/expect/rois" />
7
7
<arg name =" output/rois" default =" ~/output/rois" />
8
- <arg name =" output/camera_info" default =" ~/camera_info" />
9
- <!-- This parameter should be configured differently for each camera considering their delay.-->
10
- <arg name =" min_timestamp_offset" default =" 0.0" />
11
- <!-- This parameter should be configured differently for each camera considering their delay.-->
12
- <arg name =" max_timestamp_offset" default =" 0.0" />
13
- <arg name =" timestamp_sample_len" default =" 0.02" />
14
8
<arg name =" param_path" default =" $(find-pkg-share traffic_light_map_based_detector)/config/traffic_light_map_based_detector.param.yaml" />
15
9
16
10
<node pkg =" traffic_light_map_based_detector" exec =" traffic_light_map_based_detector_node" name =" traffic_light_map_based_detector" output =" screen" >
19
13
<remap from =" ~/expect/rois" to =" $(var expect/rois)" />
20
14
<remap from =" ~/input/route" to =" $(var input/route)" />
21
15
<remap from =" ~/output/rois" to =" $(var output/rois)" />
22
- <remap from =" ~/output/camera_info" to =" $(var output/camera_info)" />
23
16
<param from =" $(var param_path)" />
24
- <param name =" min_timestamp_offset" value =" $(var min_timestamp_offset)" />
25
- <param name =" max_timestamp_offset" value =" $(var max_timestamp_offset)" />
26
- <param name =" timestamp_sample_len" value =" $(var timestamp_sample_len)" />
27
17
</node >
28
18
</launch >
You can’t perform that action at this time.
0 commit comments