Skip to content

Commit

Permalink
Adjust forearm collision.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 587270756
Change-Id: I0a8652bb3225496a9f1507ebe0b35b54618ba88d
  • Loading branch information
kevinzakka authored and copybara-github committed Dec 2, 2023
1 parent 0498058 commit 429e946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shadow_hand/left_hand.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<geom class="plastic_visual" mesh="forearm_0" material="gray"/>
<geom class="plastic_visual" mesh="forearm_1"/>
<geom class="plastic_collision" type="mesh" mesh="forearm_collision"/>
<geom class="plastic_collision" size="0.035 0.035 0.035" pos="0 -0.01 0.181" quat="0.924909 0 0.380188 0"
<geom class="plastic_collision" size="0.035 0.035 0.035" pos="0.01 0.0 0.181" quat="0.380188 0.924909 0 0"
type="box"/>
<body name="lh_wrist" pos="0.01 0 0.21301" quat="1 0 0 1">
<inertial mass="0.1" pos="0 0 0.029" quat="0.5 0.5 0.5 0.5" diaginertia="6.4e-05 4.38e-05 3.5e-05"/>
Expand Down
2 changes: 1 addition & 1 deletion shadow_hand/right_hand.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<geom class="plastic_visual" mesh="forearm_0" material="gray"/>
<geom class="plastic_visual" mesh="forearm_1"/>
<geom class="plastic_collision" type="mesh" mesh="forearm_collision"/>
<geom class="plastic_collision" size="0.035 0.035 0.035" pos="0 -0.01 0.181" quat="0.924909 0 0.380188 0"
<geom class="plastic_collision" size="0.035 0.035 0.035" pos="0.01 0.0 0.181" quat="0.380188 0.924909 0 0"
type="box"/>
<body name="rh_wrist" pos="0.01 0 0.21301" quat="1 0 0 1">
<inertial mass="0.1" pos="0 0 0.029" quat="0.5 0.5 0.5 0.5" diaginertia="6.4e-05 4.38e-05 3.5e-05"/>
Expand Down

0 comments on commit 429e946

Please sign in to comment.