remove duplicate 'setTimeStep' in pybullet.c
This commit is contained in:
@@ -3301,11 +3301,6 @@ static PyMethodDef SpamMethods[] = {
|
|||||||
"Set the amount of time to proceed at each call to stepSimulation. (unit "
|
"Set the amount of time to proceed at each call to stepSimulation. (unit "
|
||||||
"is seconds, typically range is 0.01 or 0.001)"},
|
"is seconds, typically range is 0.01 or 0.001)"},
|
||||||
|
|
||||||
|
|
||||||
{"setTimeStep", pybullet_setTimeStep, METH_VARARGS,
|
|
||||||
"Set the amount of time to proceed at each call to stepSimulation."
|
|
||||||
" (unit is seconds, typically range is 0.01 or 0.001)"},
|
|
||||||
|
|
||||||
{"setDefaultContactERP", pybullet_setDefaultContactERP, METH_VARARGS,
|
{"setDefaultContactERP", pybullet_setDefaultContactERP, METH_VARARGS,
|
||||||
"Set the amount of contact penetration Error Recovery Paramater "
|
"Set the amount of contact penetration Error Recovery Paramater "
|
||||||
"(ERP) in each time step. \
|
"(ERP) in each time step. \
|
||||||
|
|||||||
Reference in New Issue
Block a user