Skip to content

Commit

Permalink
[model.sdf] set surface parameters, not sure if this is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
534o committed Mar 3, 2015
1 parent 01c6c30 commit 8fc036b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tetris_gazebo/models/apollo15_landing_site_1000x1000/model-1_4.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
<static>true</static>
<link name="link">
<collision name="collision">
<surface>
<friction>
<ode>
<mu>0.2</mu>
</ode>
</friction>
<contact>
<ode>
<soft_cfm>1</soft_cfm>
<kp>100000</kp>
<kd>1</kd>
<max_vel>0.000001</max_vel>
<min_depth>0.02</min_depth>
</ode>
</contact>
</surface>
<geometry>
<heightmap>
<uri>model://apollo15_landing_site_1000x1000/materials/textures/NAC_DTM_APOLLO15_E261N0036_257x257+7472+2152.png</uri>
Expand Down
16 changes: 16 additions & 0 deletions tetris_gazebo/models/apollo15_landing_site_1000x1000/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
<static>true</static>
<link name="link">
<collision name="collision">
<surface>
<friction>
<ode>
<mu>0.2</mu>
</ode>
</friction>
<contact>
<ode>
<soft_cfm>1</soft_cfm>
<kp>100000</kp>
<kd>1</kd>
<max_vel>0.000001</max_vel>
<min_depth>0.02</min_depth>
</ode>
</contact>
</surface>
<geometry>
<heightmap>
<uri>model://apollo15_landing_site_1000x1000/materials/textures/NAC_DTM_APOLLO15_E261N0036_257x257+7472+2152.png</uri>
Expand Down

0 comments on commit 8fc036b

Please sign in to comment.