velocity depend on time step?

Official Python bindings with a focus on reinforcement learning and robotics.
hotgarlic
Posts: 7
Joined: Sun Dec 10, 2017 3:49 pm

velocity depend on time step?

Post by hotgarlic »

I change the time step by code: p.setTimeStep(time_step)
Then call p.stepSimulation() in loop code.

I got the velocity of a joint, the value is vary to the different time step setting.
The difference of peak velocity is large.

What is the problem? My choice of time step is not property?