mirror of
https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
synced 2025-09-15 13:08:35 +08:00
hello ~
I think that sdf of waffle model is missing imu joint, When I running cartographer at gazebo simulation by waffle model , I see odom unstable and the map is badly twisted. I think one of the causes is imu joint missing . :) Thank you for your review.
This commit is contained in:
parent
c57444d830
commit
fc2a5838b6
@ -445,6 +445,15 @@
|
||||
<child>caster_back_left_link</child>
|
||||
</joint>
|
||||
|
||||
<joint name="imu_joint" type="fixed">
|
||||
<parent>base_link</parent>
|
||||
<child>imu_link</child>
|
||||
<pose>-0.032 0 0.068 0 0 0</pose>
|
||||
<axis>
|
||||
<xyz>0 0 1</xyz>
|
||||
</axis>
|
||||
</joint>
|
||||
|
||||
<joint name="lidar_joint" type="fixed">
|
||||
<parent>base_link</parent>
|
||||
<child>base_scan</child>
|
||||
|
||||
@ -445,6 +445,15 @@
|
||||
<child>caster_back_left_link</child>
|
||||
</joint>
|
||||
|
||||
<joint name="imu_joint" type="fixed">
|
||||
<parent>base_link</parent>
|
||||
<child>imu_link</child>
|
||||
<pose>-0.032 0 0.068 0 0 0</pose>
|
||||
<axis>
|
||||
<xyz>0 0 1</xyz>
|
||||
</axis>
|
||||
</joint>
|
||||
|
||||
<joint name="lidar_joint" type="fixed">
|
||||
<parent>base_link</parent>
|
||||
<child>base_scan</child>
|
||||
|
||||
@ -445,6 +445,15 @@
|
||||
<child>caster_back_left_link</child>
|
||||
</joint>
|
||||
|
||||
<joint name="imu_joint" type="fixed">
|
||||
<parent>base_link</parent>
|
||||
<child>imu_link</child>
|
||||
<pose>-0.032 0 0.068 0 0 0</pose>
|
||||
<axis>
|
||||
<xyz>0 0 1</xyz>
|
||||
</axis>
|
||||
</joint>
|
||||
|
||||
<joint name="lidar_joint" type="fixed">
|
||||
<parent>base_link</parent>
|
||||
<child>base_scan</child>
|
||||
|
||||
@ -445,6 +445,15 @@
|
||||
<child>caster_back_left_link</child>
|
||||
</joint>
|
||||
|
||||
<joint name="imu_joint" type="fixed">
|
||||
<parent>base_link</parent>
|
||||
<child>imu_link</child>
|
||||
<pose>-0.032 0 0.068 0 0 0</pose>
|
||||
<axis>
|
||||
<xyz>0 0 1</xyz>
|
||||
</axis>
|
||||
</joint>
|
||||
|
||||
<joint name="lidar_joint" type="fixed">
|
||||
<parent>base_link</parent>
|
||||
<child>base_scan</child>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user