9387ef763d
handle CMD_CALCULATE_INVERSE_KINEMATICS_COMPLETED/FAILED in PhysicsClientSharedMemory::processServerStatus
Mat Kelcey
2016-10-12 10:46:07 -07:00
9ab28ed466
Fix the link transform in world frame in IK.
yunfeibai
2016-10-12 09:57:14 -07:00
bbb2fac940
App_SharedMemoryPhysics_VR: Add a command-line flag (--emptyworld) to disable the Samurai/KUKA robot creation in the VR demo, and use pybullet to populate the VR world. Note that either way, you can use pybullet to interact and control the world.
erwincoumans
2016-10-08 18:40:09 -07:00
d59b0f05a4
expose b3PhysicsParamSetNumSolverIterations split Visual Studio project generation batch file in regular and VR+pybullet+double precision build. disable KUKA iiwa joint limit hack
erwin coumans
2016-10-05 16:31:48 -07:00
0d58ebb311
Fix the desired angular velocity in IK to prevent flip motion.
yunfeibai
2016-10-05 14:24:49 -07:00
d6f449762b
avoid wavefront obj texture index out-of-bounds (most obj out-of-bounds are not checked) use second controller button
erwin coumans
2016-10-04 08:53:59 -07:00
b81eb79ef5
ping-pong back/forward in PGS solving iterations to reduce bias in constraint order add experimental rhs clamp in btMultiBodyJointMotor to control maximum error resolution.
erwin coumans
2016-09-28 11:17:11 -07:00
0936ae6600
expose getNumBodies, getBodyUniqueId, getBodyInfo (char* baseName) to shared memory API and pybullet., making it easier to serialize the state of the world.
erwin coumans
2016-09-27 12:13:45 -07:00
ffee956dde
add VHACD, with the addition of Wavefront .obj export
Erwin Coumans
2016-09-26 07:16:18 -07:00
6563c9c821
add btVector3::safeNorm to avoid/workaround certain clang/g++ issue or returning -INF when taking sqrtf(0.0000000000000000000000000000000000000108333558)
Erwin Coumans
2016-09-25 23:13:23 -07:00
fe6c8775da
fix uninitialized variable in btMultiBody use btAssert to detect 0 determinant in btMatrix3x3 inverse Remove obsolete comment in PosixSharedMemory, the Windows shared memory implementation was done over a year ago
erwincoumans
2016-09-23 21:59:38 -07:00
36f7f44880
expose b3GetLinkState in pybullet
Mat Kelcey
2016-09-23 15:57:35 -07:00
b6bb937dc0
URDF: don't parse joint limit for continuous joints tweak KUKA iiwa inverse kinematics test in physics server
erwincoumans
2016-09-22 23:21:24 -07:00
e356f4f1f6
add test end-effector for Kuka iiwa (IK)
erwin coumans
2016-09-22 19:48:26 -07:00
310a330572
fix InverseKinematics+API for a case without tree (custom build Jacobian)
erwin coumans
2016-09-22 13:27:09 -07:00
46b32f17bb
Add small sphere, make teddy small too Add physics time scale in VR mode Fix compound collision margin in physics server Enable visuals for rigid body (non-multi-body) URDF/SDF loading in physics server.
erwincoumans
2016-09-22 08:50:28 -07:00
27fab2adb5
Create a demo for one motor gripper grasp.
yunfeibai
2016-09-21 12:08:03 -07:00