<div class="gmail_quote">On Tue, Jun 1, 2010 at 3:32 PM, Kirila Adamova <span dir="ltr"><<a href="mailto:kirila.adamova@dfki.de">kirila.adamova@dfki.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi all,<br>
<br>
I am currently writing a 3D model in urdf. I have two cylinders, which<br>
are connected with a joint. The second cylinder, however, is rotated and<br>
can be rotated further in the same direction. When I visualize them in<br>
gazebo, the joint is in the center of the second cylinder. Is there a<br>
way to make it at the end of the cylinder because that is the point<br>
around which I need to rotate it. To make it more clear (or even more<br>
confusing), here is sample code:<br>
<br>
<link name="feet"><br>
        <inertial><br>
            <origin xyz="0 0 0.275" rpy="0 0 0"/><br>
            <mass value="100"/><br>
            <inertia ixx="1" ixy="0" ixz="0" iyy="0" iyz="0" izz="0"/><br>
        </inertial><br>
        <visual><br>
            <origin xyz="0 0 0" rpy="0 0 0"/><br>
            <geometry><br>
                <cylinder radius="0.100" length="0.250"/><br>
            </geometry><br>
        </visual><br>
        <collision><br>
                  <origin xyz="0 0 0" rpy="0 0 0"/><br>
                  <geometry><br>
                    <cylinder radius="0.100" length="0.230"/><br>
                  </geometry><br>
            </collision><br>
    </link><br>
<br>
    <link name="hips"><br>
        <inertial><br>
            <origin xyz="0 0 0.570" rpy="0 2.2 0"/><br>
            <mass value="50"/><br>
            <inertia ixx="1" ixy="0" ixz="0" iyy="0" iyz="0" izz="0"/><br>
        </inertial><br>
        <visual><br>
            <origin xyz="0 0 0" rpy="0 2.2 0"/><br>
            <geometry><br>
                <cylinder radius="0.060" length="0.420"/><br>
            </geometry><br>
        </visual><br>
        <collision><br>
                  <origin xyz="0 0 0" rpy="0 2.2 0"/><br>
                  <geometry><br>
                    <cylinder radius="0.060" length="0.400"/><br>
                  </geometry><br>
            </collision><br>
    </link><br>
<br>
    <joint name="knees" type="revolute"><br>
        <parent link="feet"/><br>
        <child link="hips"/><br>
        <origin xyz="0 0 0.275"/><br>
        <axis xyz="0 0 1"/><br>
        <limit lower="1.31" upper="3.22" effort="30" velocity="1.0"/><br>
    </joint><br></blockquote><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Currently, the axis xyz is set to z, although it needs to be y, because<br>
when it's set somewhere else, the whole model goes crazy (jumps and<br>
turns around) in gazebo.<br></blockquote><div><br><br>
Kirila,<br>
<br>
The cylinder primitive makes its center coincide 
with the corresponding origin (visualization, collision) and is aligned with the z axis. For your robot, it should suffice to specify an appropriate origin for your visualization and 
collision geometries (with respect to the joint origin). For more details refer to the available documentation:<br>
<br>
<a href="http://www.ros.org/wiki/urdf/XML/Link">http://www.ros.org/wiki/urdf/XML/Link</a><br><a href="http://www.ros.org/wiki/urdf/XML/Joint">http://www.ros.org/wiki/urdf/XML/Joint</a><br><br>HTH,<br><br>Adolfo<br><br></div>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Help will be greatly appreciated,<br>
<br>
Kirila<br>
<br>
p.s. End result must rotate the second cylinder around the point between<br>
the two cylinders around the y axis.<br>
_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Adolfo Rodríguez Tsouroukdissian, Ph. D.<br><br>Robotics engineer<br>PAL ROBOTICS S.L<br><a href="http://www.pal-robotics.com">http://www.pal-robotics.com</a><br>Tel. +34.93.414.53.47<br>
Fax.+34.93.209.11.09<br>AVISO DE CONFIDENCIALIDAD: Este mensaje y sus documentos adjuntos, pueden contener información privilegiada y/o confidencial que está dirigida exclusivamente a su destinatario. Si usted recibe este mensaje y no es el destinatario indicado, o el empleado encargado de su entrega a dicha persona, por favor, notifíquelo inmediatamente y remita el mensaje original a la dirección de correo electrónico indicada. Cualquier copia, uso o distribución no autorizados de esta comunicación queda estrictamente prohibida.<br>
<br>CONFIDENTIALITY NOTICE: This e-mail and the accompanying document(s) may contain confidential information which is privileged and intended only for the individual or entity to whom they are addressed.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of this e-mail and/or accompanying document(s) is strictly prohibited.  If you have received this e-mail in error, please immediately notify the sender at the above e-mail address.<br>