Skip to content

Commit c2485d0

Browse files
committed
change mprTolerance for YouBotsGripping.jl
1 parent a65ce96 commit c2485d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Robot/YouBotsGripping.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ YouBot2 = YouBot(pathIndexOffset=6)
505505
Scenario = Model(
506506
gravField = UniformGravityField(g=9.81, n=[0,0,-1]),
507507
world = Object3D(feature=Scene(gravityField=:gravField, visualizeFrames=false, nominalLength=tableX,
508+
mprTolerance = 1.0e-14,
508509
animationFile="YouBotsGripping.json",
509510
enableContactDetection=true, elasticContactReductionFactor=1e-3)),
510511
# worldFrame = Object3D(parent=:world, feature=Visual(shape=CoordinateSystem(length=0.2))),

0 commit comments

Comments
 (0)