Skip to content

Commit 2bca1c0

Browse files
authored
Merge pull request #36 from PalouseRobosub/greg/dvl_imu_edits
2 parents b019156 + c34973d commit 2bca1c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/guppy_description/urdf/guppy.urdf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<joint name="imu_joint" type="fixed">
273273
<parent link="base_link"/>
274274
<child link="imu_link"/>
275-
<origin xyz="0 0 0.05" rpy="0 0 0"/>
275+
<origin xyz="0.22 0.0625 0.125" rpy="0 0 0"/>
276276
</joint>
277277

278278
<gazebo>
@@ -828,7 +828,7 @@
828828
<joint name="dvl_joint" type="fixed">
829829
<parent link="base_link"/>
830830
<child link="dvl_link"/>
831-
<origin xyz="0.0 0.0 -0.05" rpy="0 0 0"/>
831+
<origin xyz="-0.2 0.0 -0.125" rpy="0 0 0"/>
832832
</joint>
833833
<!-- DVL sensor -->
834834

@@ -871,6 +871,6 @@
871871
<odom_frame>world</odom_frame>
872872
<dimensions>3</dimensions>
873873
<publish_tf>true</publish_tf>
874-
<robot_base_frame>imu_link</robot_base_frame>
874+
<robot_base_frame>dvl_link</robot_base_frame>
875875
</plugin></gazebo>
876876
</robot>

0 commit comments

Comments
 (0)