Skip to content

Commit

Permalink
fix(deviation_estimator): change default imu topic
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <koji.minoda@tier4.jp>
  • Loading branch information
kminoda committed Aug 23, 2023
1 parent 2c348ad commit ca8088a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<arg name="in_pose_with_cov_name" default="/localization/pose_estimator/pose_with_covariance"/>

<arg name="in_wheel_odometry" default="/vehicle/status/velocity_status"/>
<arg name="in_imu" default="/sensing/lidar/front_center/livox/imu"/>
<arg name="in_imu" default="/sensing/imu/tamagawa/imu_raw"/>

<arg name="output_bias_angular_velocity" default="estimated_bias_angular_velocity"/>
<arg name="output_coef_vx" default="estimated_coef_vx"/>
Expand Down

0 comments on commit ca8088a

Please sign in to comment.