Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ergoCubV1*: fix contacts in the soles #176

Merged
merged 2 commits into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -964,22 +964,22 @@ assignedCollisionGeometry:
geometricShape:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,0.003,0.0,0.0,0.0]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]
- linkName: r_foot_rear
geometricShape:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,0.003,0.0,0.0,0.0]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]
- linkName: l_foot_front
geometricShape:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,0.003,0.0,0.0,0.0]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]
- linkName: l_foot_rear
geometricShape:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,0.003,0.0,0.0,0.0]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]


assignedMasses:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1163,22 +1163,22 @@ assignedCollisionGeometry:
geometricShape:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,0.003,0.0,0.0,0.0]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]
- linkName: r_foot_rear
geometricShape:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,0.003,0.0,0.0,0.0]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]
- linkName: l_foot_front
geometricShape:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,0.003,0.0,0.0,0.0]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]
- linkName: l_foot_rear
geometricShape:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,0.003,0.0,0.0,0.0]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]
- linkName: r_hip_1
geometricShape:
shape: box
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -701,22 +701,22 @@ assignedCollisionGeometry:
geometricShape:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,0.003,0.0,0.0,0.0]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]
- linkName: r_foot_rear
geometricShape:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,0.003,0.0,0.0,0.0]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]
- linkName: l_foot_front
geometricShape:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,0.003,0.0,0.0,0.0]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]
- linkName: l_foot_rear
geometricShape:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,0.003,0.0,0.0,0.0]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]


assignedMasses:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -703,22 +703,22 @@ assignedCollisionGeometry:
geometricShape:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,0.003,0.0,0.0,0.0]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]
- linkName: r_foot_rear
geometricShape:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,0.003,0.0,0.0,0.0]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]
- linkName: l_foot_front
geometricShape:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,0.003,0.0,0.0,0.0]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]
- linkName: l_foot_rear
geometricShape:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,0.003,0.0,0.0,0.0]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]
- linkName: r_hip_1
geometricShape:
shape: box
Expand Down
8 changes: 4 additions & 4 deletions urdf/ergoCub/robots/ergoCubGazeboV1/model.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
</material>
</visual>
<collision>
<origin xyz="0.0 0.0 0.003" rpy="0.0 0.0 0.0"/>
<origin xyz="0.0 0.0 -0.0193" rpy="0.0 0.0 0.0"/>
<geometry>
<box size="0.117 0.1 0.006"/>
</geometry>
Expand Down Expand Up @@ -301,7 +301,7 @@
</material>
</visual>
<collision>
<origin xyz="0.0 0.0 0.003" rpy="0.0 0.0 0.0"/>
<origin xyz="0.0 0.0 -0.0193" rpy="0.0 0.0 0.0"/>
<geometry>
<box size="0.117 0.1 0.006"/>
</geometry>
Expand Down Expand Up @@ -558,7 +558,7 @@
</material>
</visual>
<collision>
<origin xyz="0.0 0.0 0.003" rpy="0.0 0.0 0.0"/>
<origin xyz="0.0 0.0 -0.0193" rpy="0.0 0.0 0.0"/>
<geometry>
<box size="0.117 0.1 0.006"/>
</geometry>
Expand Down Expand Up @@ -586,7 +586,7 @@
</material>
</visual>
<collision>
<origin xyz="0.0 0.0 0.003" rpy="0.0 0.0 0.0"/>
<origin xyz="0.0 0.0 -0.0193" rpy="0.0 0.0 0.0"/>
<geometry>
<box size="0.117 0.1 0.006"/>
</geometry>
Expand Down
8 changes: 4 additions & 4 deletions urdf/ergoCub/robots/ergoCubGazeboV1_1/model.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,7 @@
</material>
</visual>
<collision>
<origin xyz="0 0 0.003" rpy="0 -0 0"/>
<origin xyz="0 0 -0.0193" rpy="0 -0 0"/>
<geometry>
<box size="0.117 0.1 0.006"/>
</geometry>
Expand All @@ -1879,7 +1879,7 @@
</material>
</visual>
<collision>
<origin xyz="0 0 0.003" rpy="0 -0 0"/>
<origin xyz="0 0 -0.0193" rpy="0 -0 0"/>
<geometry>
<box size="0.117 0.1 0.006"/>
</geometry>
Expand Down Expand Up @@ -2101,7 +2101,7 @@
</material>
</visual>
<collision>
<origin xyz="0 0 0.003" rpy="0 -0 0"/>
<origin xyz="0 0 -0.0193" rpy="0 -0 0"/>
<geometry>
<box size="0.117 0.1 0.006"/>
</geometry>
Expand All @@ -2128,7 +2128,7 @@
</material>
</visual>
<collision>
<origin xyz="0 0 0.003" rpy="0 -0 0"/>
<origin xyz="0 0 -0.0193" rpy="0 -0 0"/>
<geometry>
<box size="0.117 0.1 0.006"/>
</geometry>
Expand Down
8 changes: 4 additions & 4 deletions urdf/ergoCub/robots/ergoCubGazeboV1_1_minContacts/model.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,7 @@
</material>
</visual>
<collision>
<origin xyz="0 0 0.003" rpy="0 -0 0"/>
<origin xyz="0 0 -0.0193" rpy="0 -0 0"/>
<geometry>
<box size="0.117 0.1 0.006"/>
</geometry>
Expand All @@ -1717,7 +1717,7 @@
</material>
</visual>
<collision>
<origin xyz="0 0 0.003" rpy="0 -0 0"/>
<origin xyz="0 0 -0.0193" rpy="0 -0 0"/>
<geometry>
<box size="0.117 0.1 0.006"/>
</geometry>
Expand Down Expand Up @@ -1921,7 +1921,7 @@
</material>
</visual>
<collision>
<origin xyz="0 0 0.003" rpy="0 -0 0"/>
<origin xyz="0 0 -0.0193" rpy="0 -0 0"/>
<geometry>
<box size="0.117 0.1 0.006"/>
</geometry>
Expand All @@ -1948,7 +1948,7 @@
</material>
</visual>
<collision>
<origin xyz="0 0 0.003" rpy="0 -0 0"/>
<origin xyz="0 0 -0.0193" rpy="0 -0 0"/>
<geometry>
<box size="0.117 0.1 0.006"/>
</geometry>
Expand Down
8 changes: 4 additions & 4 deletions urdf/ergoCub/robots/ergoCubGazeboV1_minContacts/model.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
</material>
</visual>
<collision>
<origin xyz="0.0 0.0 0.003" rpy="0.0 0.0 0.0"/>
<origin xyz="0.0 0.0 -0.0193" rpy="0.0 0.0 0.0"/>
<geometry>
<box size="0.117 0.1 0.006"/>
</geometry>
Expand Down Expand Up @@ -301,7 +301,7 @@
</material>
</visual>
<collision>
<origin xyz="0.0 0.0 0.003" rpy="0.0 0.0 0.0"/>
<origin xyz="0.0 0.0 -0.0193" rpy="0.0 0.0 0.0"/>
<geometry>
<box size="0.117 0.1 0.006"/>
</geometry>
Expand Down Expand Up @@ -558,7 +558,7 @@
</material>
</visual>
<collision>
<origin xyz="0.0 0.0 0.003" rpy="0.0 0.0 0.0"/>
<origin xyz="0.0 0.0 -0.0193" rpy="0.0 0.0 0.0"/>
<geometry>
<box size="0.117 0.1 0.006"/>
</geometry>
Expand Down Expand Up @@ -586,7 +586,7 @@
</material>
</visual>
<collision>
<origin xyz="0.0 0.0 0.003" rpy="0.0 0.0 0.0"/>
<origin xyz="0.0 0.0 -0.0193" rpy="0.0 0.0 0.0"/>
<geometry>
<box size="0.117 0.1 0.006"/>
</geometry>
Expand Down