Skip to content

Commit bad0007

Browse files
h-ohtaTaikiYamada4
andauthored
chore(stop_filter): extract stop_filter.param.yaml to autoware_launch (autowarefoundation#8681) (#1591)
Co-authored-by: TaikiYamada4 <129915538+TaikiYamada4@users.noreply.github.com>
1 parent 151d5d7 commit bad0007

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

launch/tier4_localization_launch/launch/localization.launch.xml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<!-- Parameter files -->
1515
<arg name="localization_error_monitor_param_path"/>
1616
<arg name="ekf_localizer_param_path"/>
17+
<arg name="stop_filter_param_path"/>
1718
<arg name="pose_initializer_param_path"/>
1819
<arg name="eagleye_param_path"/>
1920
<arg name="ar_tag_based_localizer_param_path"/>

launch/tier4_localization_launch/launch/pose_twist_fusion_filter/pose_twist_fusion_filter.launch.xml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<arg name="input_odom_name" value="/localization/pose_twist_fusion_filter/kinematic_state"/>
2323
<arg name="input_twist_with_covariance_name" value="/localization/pose_twist_fusion_filter/twist_with_covariance"/>
2424
<arg name="output_odom_name" value="/localization/kinematic_state"/>
25+
<arg name="param_path" value="$(var stop_filter_param_path)"/>
2526
</include>
2627
</group>
2728

0 commit comments

Comments
 (0)