Created
October 31, 2019 16:00
-
-
Save RDaneelOlivav/c286963276967b661f86bc2839cd3930 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<robot name="mira"> | |
<link name="base_link"> | |
<visual> | |
<origin rpy="0 0 0" xyz="0 0 0"/> | |
<geometry> | |
<cylinder radius="0.06" length="0.09"/> | |
</geometry> | |
</visual> | |
</link> | |
<link name="roll_M1_link"> | |
<visual> | |
<origin rpy="0 0 0" xyz="0 0 0"/> | |
<geometry> | |
<cylinder radius="0.06" length="0.09"/> | |
</geometry> | |
</visual> | |
</link> | |
<joint name="roll_joint" type="revolute"> | |
<parent link="base_link"/> | |
<child link="roll_M1_link"/> | |
<origin xyz="0.0023 0 -0.0005" rpy="0 0 0"/> | |
<limit lower="-0.2" upper="0.2" effort="0.1" velocity="0.005"/> | |
<axis xyz="1 0 0"/> | |
</joint> | |
</robot> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment