Files
bullet3/examples/SharedMemory
Erwin Coumans c517c434e6 pybullet allow to enable/change joint limits:
pybullet.changeDynamicsInfo(objectUniqueId, linkIndex, jointLowerLimit=..., jointUpperLimit=...) # jointLowerLimit <= jointUpperLimit

and joint limit max force:
pybullet.changeDynamicsInfo(objectUniqueId, linkIndex, jointLimitForce=...)

For example:
p.changeDynamics(sphereUid,linkIndex, jointLowerLimit=1, jointUpperLimit=3, jointLimitForce=10.5)

add b3ChangeDynamicsInfoSetJointLimit/b3ChangeDynamicsInfoSetJointLimitForce
add getConstraintType for btMultiBodyConstraint
2020-07-07 19:42:23 -07:00
..
2018-09-23 14:17:31 -07:00
2018-09-23 14:17:31 -07:00
2018-09-23 14:17:31 -07:00
2019-04-25 07:04:22 -07:00
2018-09-23 14:17:31 -07:00
2019-06-17 19:00:53 -07:00
2020-04-03 09:47:28 -07:00
.
2019-08-08 10:53:23 +02:00
2019-06-17 19:00:53 -07:00
2019-06-17 19:00:53 -07:00