Skip to content

Commit

Permalink
refactor: renamed the package name imu_corrector to autoware_imu_corr…
Browse files Browse the repository at this point in the history
…ector (tier4#5)

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 authored Aug 26, 2024
1 parent c304b76 commit 8c1bc55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awsim_labs_sensor_kit_launch/launch/imu.launch.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<launch>
<group>
<push-ros-namespace namespace="imu"/>
<include file="$(find-pkg-share imu_corrector)/launch/imu_corrector.launch.xml">
<include file="$(find-pkg-share autoware_imu_corrector)/launch/imu_corrector.launch.xml">
<arg name="input_topic" value="tamagawa/imu_raw"/>
<arg name="output_topic" value="imu_data"/>
<!-- We are using default node values -->
<!-- <arg name="param_file" value="$(find-pkg-share individual_params)/config/$(env VEHICLE_ID default)/awsim_sensor_kit/imu_corrector.param.yaml"/> -->
</include>

<include file="$(find-pkg-share imu_corrector)/launch/gyro_bias_estimator.launch.xml">
<include file="$(find-pkg-share autoware_imu_corrector)/launch/gyro_bias_estimator.launch.xml">
<arg name="input_imu_raw" value="tamagawa/imu_raw"/>
<arg name="input_odom" value="/localization/kinematic_state"/>
<!-- We are using default node values -->
Expand Down

0 comments on commit 8c1bc55

Please sign in to comment.