Skip to content

Commit a72fe01

Browse files
chore(twist2accel): rework parameters (#842)
Added twist2accel.param.yaml Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
1 parent eff6353 commit a72fe01

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**:
2+
ros__parameters:
3+
use_odom: true
4+
accel_lowpass_gain: 0.9

autoware_launch/launch/components/tier4_localization_component.launch.xml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<arg name="localization_error_monitor_param_path" value="$(var loc_config_path)/localization_error_monitor.param.yaml"/>
2626
<arg name="ekf_localizer_param_path" value="$(var loc_config_path)/ekf_localizer.param.yaml"/>
2727
<arg name="pose_initializer_param_path" value="$(var loc_config_path)/pose_initializer.param.yaml"/>
28+
<arg name="twist2accel_param_path" value="$(var loc_config_path)/twist2accel.param.yaml"/>
2829

2930
<!-- parameter paths for ndt -->
3031
<arg name="ndt_scan_matcher_param_path" value="$(var loc_config_path)/ndt_scan_matcher.param.yaml"/>

0 commit comments

Comments
 (0)