5ab6a0ad43
Fix issue with cone friction, we had to accumulate squared residual, not just residual. This fixes issue 1473, thanks to Avik De for reporting the issue.
erwincoumans
2017-12-14 10:51:43 -08:00
e0bb359804
report the camera target in the ExampleBrowser StatusBarMessage (so the parameters reported are compatible with the resetDebugVisualizerCamera API)
erwincoumans
2017-12-14 09:36:36 -08:00
4cc29008f7
bump up pybullet version to 1.7.1
erwincoumans
2017-11-23 17:39:09 -08:00
e6e3da11e5
Implement true implicit friction cone, instead of friction pyramid, for btMultiBody vs btMultiBody and btMultiBody vs btRigidBody See data/sphere_small_zeroinertia.urdf for an example.
erwincoumans
2017-11-23 17:38:23 -08:00
874d764051
add missing file in CMakeLists.txt
erwincoumans
2017-11-23 09:32:31 -08:00
c8f1efe7dc
fix case in include
erwincoumans
2017-11-23 09:15:19 -08:00
29aa9cb789
Bullet bump up to version 2.88 add preliminary support to import btMultiBody from a .bullet file (will help save/restore state) fix some Windows char/widechar issues
erwincoumans
2017-11-22 18:12:02 -08:00
ab843b26f0
expose a maximum velocity due to the joint motor in position control. see also pybullet/examples/motorMaxVelocity.py this fixes issue 1444
erwincoumans
2017-11-21 17:05:28 -08:00
3f60be59ad
bump up pybullet version to 1.7.0
Erwin Coumans
2017-11-20 12:35:36 -08:00
c88132b80f
fix issue in pybullet_envs.agents bump up to pybullet 1.6.9
Erwin Coumans
2017-11-18 17:07:27 -08:00
4226d57801
bump up pybullet version
Erwin Coumans
2017-11-18 15:19:27 -08:00
099a6f65f3
tweak zbuffer visualization, show targetpos in example browser
erwincoumans
2017-11-18 15:18:46 -08:00
81146a4090
pybullet: move RGB,depth, segmentation mask preview windows to the right remove some dead code from PhysicsServerCommandProcessor.cpp
erwincoumans
2017-11-18 13:21:20 -08:00
13937b80f8
bump up version of pybullet to 1.6.7
Erwin Coumans
2017-11-17 18:09:42 -08:00
a9b59b4511
Finally refactored the PhysicsServerCommandProcessor::processCommand switch statements into over 50 separate functions. Over time, some of those functions can be moved into separate plugins, similar to vrSyncPlugin (either statically/dynamically linked plugins or dynamically loaded at run-time)
erwincoumans
2017-11-17 16:14:18 -08:00
e2d29d4048
also enable depth and segmentation mask preview window in example browser/pybullet You can disable/enable all preview windows using:
erwincoumans
2017-11-17 13:33:27 -08:00
e982efc18a
fix in previous commit related to pybullet.c changeUserConstraint / pybullet_internalSetMatrix
erwincoumans
2017-11-12 21:53:14 -08:00
6be7e34dd6
pybullet vr_kuka_setup.py: add a gear joint, to keep the gripper centered, vr_kuka_control.py: control all joints, use analogue button to close gripper remove some debug warnings/prints pybullet, avoid crash in changeUserConstraint if not passing a [list] allow some gym environments (pybullet_pendulum and locomotors) to re-use an existing physics client connection.
erwincoumans
2017-11-12 10:36:30 -08:00
2f58cf0d00
Fix MACROS for when BT_THREADSAFE is defined
kwasimensah
2017-11-12 00:48:59 -05:00