poppy-project / poppy-humanoid

Poppy Humanoid is an open-source and 3D printed humanoid robot. Optimized for research and education purposes, its modularity allows for a wide range of applications and experimentations.
662 stars 233 forks source link

new respondable shape #7

Closed jjehl closed 9 years ago

jjehl commented 9 years ago

6 new respondables shapes (not tested with URDF import in V-REP)

matthieu-lapeyre commented 9 years ago

Some stuffs to modify:

    <link name="pelvis">
        <inertial>
            <origin xyz="-0.000134932459328483 -0.000399086261064929 0.00195556930608449" rpy="0 0 0"></origin>
            <mass value="0.18520035953947"></mass>
            <inertia ixx="0.000101804322229161" ixy="3.56589402562651E-08" ixz="-1.38613151054156E-05" iyy="0.000142404075398435" iyz="-3.50682832702007E-06" izz="9.38193247222871E-05"></inertia>
        </inertial>
        <visual>
            <origin xyz="0 0 0" rpy="0 0 0"></origin>
            <geometry>
                <mesh filename="package://meshes/pelvis.STL"></mesh>
            </geometry>
            <material name="">
                <color rgba="0.9 0.9 0.9 1.0"></color>
            </material>
        </visual>
        <collision>
            <origin xyz="0 0 0" rpy="0 0 0"></origin>
            <geometry>
                                CHANGE HERE
                <mesh filename="package://meshes/pelvis_respondable.STL"></mesh>
            </geometry>
        </collision>
    </link>
jjehl commented 9 years ago

I rebuild all the shape because of position problems. Rename leg to shin and update of the URDF file. Import tested in V-REP.

matthieu-lapeyre commented 9 years ago

This is a very great job ! Thanks