Skip to content

Commit

Permalink
chore(stop_filter): extract stop_filter.param.yaml to autoware_launch (
Browse files Browse the repository at this point in the history
…#8681)

Extract stop_filter.param.yaml to autoware_launch

Signed-off-by: TaikiYamada4 <[email protected]>
  • Loading branch information
TaikiYamada4 authored Aug 30, 2024
1 parent eac6332 commit ba6f689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<!-- Parameter files -->
<arg name="localization_error_monitor_param_path"/>
<arg name="ekf_localizer_param_path"/>
<arg name="stop_filter_param_path"/>
<arg name="pose_initializer_param_path"/>
<arg name="eagleye_param_path"/>
<arg name="ar_tag_based_localizer_param_path"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<arg name="input_odom_name" value="/localization/pose_twist_fusion_filter/kinematic_state"/>
<arg name="input_twist_with_covariance_name" value="/localization/pose_twist_fusion_filter/twist_with_covariance"/>
<arg name="output_odom_name" value="/localization/kinematic_state"/>
<arg name="param_path" value="$(var stop_filter_param_path)"/>
</include>
</group>

Expand Down

0 comments on commit ba6f689

Please sign in to comment.