diff --git a/examples/pybullet/examples/racecar_differential.py b/examples/pybullet/examples/racecar_differential.py index 251ce0141..215f7667a 100644 --- a/examples/pybullet/examples/racecar_differential.py +++ b/examples/pybullet/examples/racecar_differential.py @@ -7,7 +7,6 @@ if (cid<0): p.resetSimulation() p.setGravity(0,0,-10) -p.setPhysicsEngineParameter(numSolverIterations=1000) useRealTimeSim = 1 #for video recording (works best on Mac and Linux, not well on Windows)