Files
bullet3/examples/SharedMemory
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-04-12 00:09:44 -07:00
2018-04-12 00:09:44 -07:00
2015-11-11 12:44:26 -08:00
2016-11-04 13:15:10 -07:00
2018-01-03 21:38:09 -08:00
2018-01-03 21:38:09 -08:00
2017-01-15 22:26:11 -08:00
2018-04-12 00:09:44 -07:00
2015-07-23 11:51:25 -07:00