Skip to content

Commit

Permalink
imu
Browse files Browse the repository at this point in the history
  • Loading branch information
WT-MM committed Jan 2, 2025
1 parent 63ed694 commit d3ca3d0
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion sim/resources/gpr/robot_fixed.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@
<inertia ixx="0.000001" ixy="0" ixz="0" iyy="0.000001" iyz="0" izz="0.000001" />
</inertial>
</link>
<link name="imu_link">
<visual>
<origin xyz="0 0 0" rpy="0 0 0"/>
<geometry>
<box size="0.05 0.05 0.05"/>
</geometry>
<material name="imu_material">
<color rgba="1 0 0 0.5"/>
</material>
</visual>
</link>
<joint name="imu_joint" type="fixed">
<origin xyz="-0.008 -0.32 0" rpy="0 0 0"/>
<parent link="body1-part"/>
<child link="imu_link"/>
</joint>
<joint name="floating_base" type="fixed">
<origin rpy="-1.57 3.14 0" xyz="0 0 0" />
<parent link="base" />
Expand Down Expand Up @@ -613,4 +629,4 @@
<origin xyz="0.021026404502789243 -0.018472020400304597 -0.01930430937248649" rpy="0 0 0" />
</inertial>
</link>
</robot>
</robot>

0 comments on commit d3ca3d0

Please sign in to comment.