Skip to content

Commit

Permalink
fix: imu frame for X2 gen2
Browse files Browse the repository at this point in the history
Signed-off-by: Tomohito ANDO <[email protected]>
  • Loading branch information
TomohitoAndo committed Sep 12, 2024
1 parent a95536a commit 98c4ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aip_x2_gen2_launch/launch/imu.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<node pkg="tamagawa_imu_driver" name="tag_can_driver" exec="tag_can_driver" if="$(var launch_driver)">
<remap from="/can/imu" to="from_can_bus"/>
<remap from="imu/data_raw" to="imu_raw"/>
<param name="imu_frame_id" value="tamagawa/imu_link"/>
<param name="imu_frame_id" value="top_front_left/imu_link"/>
</node>
</group>

Expand Down

0 comments on commit 98c4ab8

Please sign in to comment.