Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: imu frame for X2 gen2 #307

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -4,7 +4,7 @@
<push-ros-namespace namespace="imu"/>

<arg name="launch_driver" default="true" />
<arg name="interface" default="fintekcan3"/>

Check warning on line 7 in aip_x2_gen2_launch/launch/imu.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (fintekcan)
<arg name="receiver_interval_sec" default="0.01"/>
<arg name ="vehicle_id" default="$(env VEHICLE_ID default)" />

Expand All @@ -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
Loading