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#1145)

Extract stop_filter.param.yaml to autoware_launch

Signed-off-by: TaikiYamada4 <[email protected]>
  • Loading branch information
TaikiYamada4 authored Aug 30, 2024
1 parent eeb8e9b commit 6b8f16e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autoware_launch/config/localization/stop_filter.param.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**:
ros__parameters:
vx_threshold: 0.1 # [m/s]
wz_threshold: 0.02 # [rad/s]
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<!-- parameter paths for common -->
<arg name="localization_error_monitor_param_path" value="$(var loc_config_path)/localization_error_monitor.param.yaml"/>
<arg name="ekf_localizer_param_path" value="$(var loc_config_path)/ekf_localizer.param.yaml"/>
<arg name="stop_filter_param_path" value="$(var loc_config_path)/stop_filter.param.yaml"/>
<arg name="pose_initializer_param_path" value="$(var loc_config_path)/pose_initializer.param.yaml"/>
<arg name="twist2accel_param_path" value="$(var loc_config_path)/twist2accel.param.yaml"/>

Expand Down

0 comments on commit 6b8f16e

Please sign in to comment.