Skip to content

Commit

Permalink
sovler parameters up
Browse files Browse the repository at this point in the history
- solver parameters to 10000
  • Loading branch information
philipp1604 committed May 7, 2024
1 parent d5d2c2d commit c48826d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_g_code_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def setUpClass(cls):
# cameraPitch=-30,
# cameraTargetPosition=np.array([1.9, 0, 1]) + start_pos)
p.configureDebugVisualizer(p.COV_ENABLE_GUI, 0)
p.setPhysicsEngineParameter(numSolverIterations=5000)
p.setPhysicsEngineParameter(numSolverIterations=10000)
p.setAdditionalSearchPath(pybullet_data.getDataPath())
p.setGravity(0, 0, -10)
# p.loadURDF(urdf_fofa, useFixedBase=True, globalScaling=0.001)
Expand Down

0 comments on commit c48826d

Please sign in to comment.