Files
bullet3/examples
erwincoumans e5a9b42f9a expose PyBullet.setPhysicsEngineParameter(jointFeedbackMode)
use p.JOINT_FEEDBACK_IN_JOINT_FRAME if you want the joint feedback expressed in joint frame (instead of link inertial frame)
use p.JOINT_FEEDBACK_IN_WORLD_SPACE if you want the joint feedback in world space coordinates, instead of local link/joint coordinates.
Example: p.setPhysicsEngineParameter(jointFeedbackMode=p.JOINT_FEEDBACK_IN_WORLD_SPACE+p.JOINT_FEEDBACK_IN_JOINT_FRAME)
2018-05-11 19:52:06 -07:00
..
2018-02-20 21:09:31 -08:00
2018-03-05 23:05:22 +01:00
2017-03-13 11:00:56 -07:00
2016-03-10 21:15:23 -08:00
2017-06-02 17:40:50 -07:00
2018-02-24 14:57:49 -08:00
2018-03-05 23:05:22 +01:00
2018-04-12 00:09:44 -07:00
2017-11-26 20:38:50 -05:00