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
…autowarefoundation#8681) (autowarefoundation#1591)

Co-authored-by: TaikiYamada4 <129915538+TaikiYamada4@users.noreply.github.com>
  • Loading branch information
h-ohta and TaikiYamada4 authored Oct 23, 2024
1 parent 151d5d7 commit bad0007
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 bad0007

Please sign in to comment.