We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b019156 + c34973d commit 2bca1c0Copy full SHA for 2bca1c0
1 file changed
src/guppy_description/urdf/guppy.urdf
@@ -272,7 +272,7 @@
272
<joint name="imu_joint" type="fixed">
273
<parent link="base_link"/>
274
<child link="imu_link"/>
275
- <origin xyz="0 0 0.05" rpy="0 0 0"/>
+ <origin xyz="0.22 0.0625 0.125" rpy="0 0 0"/>
276
</joint>
277
278
<gazebo>
@@ -828,7 +828,7 @@
828
<joint name="dvl_joint" type="fixed">
829
830
<child link="dvl_link"/>
831
- <origin xyz="0.0 0.0 -0.05" rpy="0 0 0"/>
+ <origin xyz="-0.2 0.0 -0.125" rpy="0 0 0"/>
832
833
<!-- DVL sensor -->
834
@@ -871,6 +871,6 @@
871
<odom_frame>world</odom_frame>
872
<dimensions>3</dimensions>
873
<publish_tf>true</publish_tf>
874
- <robot_base_frame>imu_link</robot_base_frame>
+ <robot_base_frame>dvl_link</robot_base_frame>
875
</plugin></gazebo>
876
</robot>
0 commit comments