Skip to content

Commit

Permalink
Fix the parameters on the tracks of DoubleArmV7A
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakaoka committed Sep 28, 2021
1 parent 228c7b1 commit 4fea751
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions share/default/materials.yaml
Expand Up @@ -132,6 +132,7 @@ contact_materials:
restitution: 0.0
-
materials: [ Ground, DoubleArmV7ATracks ]
youngs_modulus: 1e10
friction: 1.0
secondary_friction: 0.5
restitution: 0.0
Expand All @@ -140,10 +141,12 @@ contact_materials:
primary_direction: [ 1, 0, 0 ]
friction_model: [ constant_normal_force_oriented_box, direct ]
#friction_model: [ oriented_iterative, direct ]
constant_normal_force: 5000
reference_body: DoubleArmV7
reference_link: TFRAME
-
materials: [ DoubleArmV7AWheel, DoubleArmV7ATracks ]
youngs_modulus: 1e10
friction: 1.0
restitution: 0.0
-
Expand Down
8 changes: 4 additions & 4 deletions share/model/DoubleArmV7/DoubleArmV7A.body
Expand Up @@ -22,7 +22,7 @@ links:
nodeWidth: 0.25
nodeThickerThickness: 0.04
useThickerNodeEvery: 2
nodeDistanceTension: 1.0E-4
nodeDistanceTension: 1.2E-4
hingeCompliance: 1.0E-8
hingeSpookDamping: 0.01
minStabilizingHingeNormalForce: 1000
Expand All @@ -40,8 +40,8 @@ links:
appearance:
material:
diffuseColor: [ 0.15, 0.15, 0.15 ]
specularColor: [ 0.8, 0.8, 0.8 ]
shininess: 0.02
specularColor: [ 0.7, 0.7, 0.7 ]
shininess: 0.1
-
type: AGXVehicleContinuousTrackDevice
name: TRACK_R
Expand All @@ -54,7 +54,7 @@ links:
nodeWidth: 0.25
nodeThickerThickness: 0.04
useThickerNodeEvery: 2
nodeDistanceTension: 1.0E-4
nodeDistanceTension: 1.2E-4
hingeCompliance: 1.0E-8
hingeSpookDamping: 0.01
minStabilizingHingeNormalForce: 1000
Expand Down

0 comments on commit 4fea751

Please sign in to comment.