Skip to content

Commit

Permalink
Name feet geom.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzakka committed Jul 20, 2024
1 parent 3d593a3 commit 4ae7879
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions boston_dynamics_spot/spot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<joint name="fl_kn" axis="0 1 0" range="-2.7929 -0.254402"/>
<geom material="BlackAbs" mesh="front_left_lower_leg" class="visual"/>
<geom mesh="left_lower_leg_collision" class="collision"/>
<geom class="foot"/>
<geom name="FL" class="foot"/>
</body>
</body>
</body>
Expand All @@ -101,7 +101,7 @@
<joint name="fr_kn" axis="0 1 0" range="-2.7929 -0.255648"/>
<geom material="BlackAbs" mesh="front_right_lower_leg" class="visual"/>
<geom mesh="right_lower_leg_collision" class="collision"/>
<geom class="foot"/>
<geom name="FR" class="foot"/>
</body>
</body>
</body>
Expand All @@ -122,7 +122,7 @@
<joint name="hl_kn" axis="0 1 0" range="-2.7929 -0.247067"/>
<geom material="BlackAbs" mesh="rear_left_lower_leg" class="visual"/>
<geom mesh="left_lower_leg_collision" class="collision"/>
<geom class="foot"/>
<geom name="HL" class="foot"/>
</body>
</body>
</body>
Expand All @@ -143,7 +143,7 @@
<joint name="hr_kn" axis="0 1 0" range="-2.7929 -0.248282"/>
<geom material="BlackAbs" mesh="rear_left_lower_leg" class="visual"/>
<geom mesh="right_lower_leg_collision" class="collision"/>
<geom class="foot"/>
<geom name="HR" class="foot"/>
</body>
</body>
</body>
Expand Down
8 changes: 4 additions & 4 deletions boston_dynamics_spot/spot_arm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<joint name="fl_kn" axis="0 1 0" range="-2.7929 -0.254402"/>
<geom material="BlackAbs" mesh="front_left_lower_leg" class="visual"/>
<geom mesh="left_lower_leg_collision" class="collision"/>
<geom class="foot"/>
<geom name="FL" class="foot"/>
</body>
</body>
</body>
Expand All @@ -132,7 +132,7 @@
<joint name="fr_kn" axis="0 1 0" range="-2.7929 -0.255648"/>
<geom material="BlackAbs" mesh="front_right_lower_leg" class="visual"/>
<geom mesh="right_lower_leg_collision" class="collision"/>
<geom class="foot"/>
<geom name="FR" class="foot"/>
</body>
</body>
</body>
Expand All @@ -153,7 +153,7 @@
<joint name="hl_kn" axis="0 1 0" range="-2.7929 -0.247067"/>
<geom material="BlackAbs" mesh="rear_left_lower_leg" class="visual"/>
<geom mesh="left_lower_leg_collision" class="collision"/>
<geom class="foot"/>
<geom name="HL" class="foot"/>
</body>
</body>
</body>
Expand All @@ -174,7 +174,7 @@
<joint name="hr_kn" axis="0 1 0" range="-2.7929 -0.248282"/>
<geom material="BlackAbs" mesh="rear_left_lower_leg" class="visual"/>
<geom mesh="right_lower_leg_collision" class="collision"/>
<geom class="foot"/>
<geom name="HR" class="foot"/>
</body>
</body>
</body>
Expand Down

0 comments on commit 4ae7879

Please sign in to comment.