Commit Graph

8986 Commits

Author SHA1 Message Date
Erwin Coumans
10020baa71 fix memory leak in calculateInverseKinematics2, reported here:
https://github.com/bulletphysics/bullet3/issues/3228
Thanks jcoholich for the report and repro case!
2021-01-15 14:38:48 -08:00
Erwin Coumans
375d7097e4 don't postpone release for remote visualizer (otherwise it blocks forever) 2020-12-23 10:42:25 -08:00
Erwin Coumans
3f9d0197ec allow to specify hostName 2020-12-22 20:13:03 -08:00
erwincoumans
df09fd9ed3
Merge pull request #3206 from erwincoumans/master
bump up version to 3.08
2020-12-22 17:29:33 -08:00
Erwin Coumans
9e2c39f04f bump up version to 3.08 2020-12-22 17:27:11 -08:00
erwincoumans
bbb6f86d12
Merge pull request #3198 from erwincoumans/master
fix changeDynamics for to set lower/upper joint limits
2020-12-22 17:18:09 -08:00
Erwin Coumans
6d1dae286b GraphicsServerExample, disallow COV_ENABLE_SINGLE_STEP_RENDERING 2020-12-22 17:10:51 -08:00
erwincoumans
b1f76960ff
Merge pull request #3195 from WenlongLu/kinematic_fix
Disable velocity calculation in kinematic multibody mode by default
2020-12-16 17:42:30 -08:00
Erwin Coumans
c97f09cf66 Merge branch 'master' of github.com:erwincoumans/bullet3 into master 2020-12-15 16:24:36 -08:00
Erwin Coumans
93575a2e38 fix changeDynamics for to set lower/upper joint limits and joint limit max force 2020-12-15 16:24:24 -08:00
WenlongLu
62eb2f7788 Disable velocity calculation in kinematic multibody mode by default
We haven't implemented this for the multi body joints. To be consistent, let's disable it for the base as well, and let user to set the velocities.
2020-12-14 17:19:27 -08:00
erwincoumans
03c9bff419
Merge pull request #3192 from erwincoumans/master
send output to stderr (pybullet build message), helps towards Issue #3131
2020-12-09 16:52:08 -08:00
erwincoumans
87b633bb76
Update pybullet.c
send output to stderr (pybullet build message), helps towards Issue #3131
2020-12-08 17:38:47 -08:00
erwincoumans
a72a32ba54
Merge pull request #3183 from devnexen/tls_support_bsd
profile, enable TLS for a handful of BSD platforms.
2020-12-04 13:32:41 -08:00
erwincoumans
ef72fdd73d
Merge pull request #3184 from erwincoumans/master
cmake OPTION(USE_OPENVR OFF) so only compile OpenVR VR examples when …
2020-12-04 08:53:31 -08:00
Erwin Coumans
3e16c616d5 cmake OPTION(USE_OPENVR OFF) so only compile OpenVR VR examples when explicitly set to ON
to avoid breaking builds
2020-12-04 08:52:28 -08:00
David Carlier
3c7cdb498b profile, enable TLS for a handful of BSD platforms. 2020-12-04 09:17:06 +00:00
erwincoumans
7f87bb5362
Merge pull request #3177 from erwincoumans/master
fix #ifdef in clsocket
2020-12-02 18:01:49 -08:00
Erwin Coumans
0f05edf1ae fix #ifdef in clsocket 2020-12-02 18:01:02 -08:00
Erwin Coumans
ec55878a82 remove some files, wheels are exceeding 100MB on pypi... 2020-11-26 15:06:51 -08:00
erwincoumans
2e550096de
Merge pull request #3168 from erwincoumans/master
bump up version to 3.07
2020-11-26 14:26:04 -08:00
Erwin Coumans
e32fc59c88 bump up version to 3.07 2020-11-26 14:25:33 -08:00
erwincoumans
272c7099d3
Merge pull request #3090 from ErikGartner/master
Revert 32277c
2020-11-25 09:25:46 -08:00
erwincoumans
5fd3e33c86
Merge pull request #3162 from WenlongLu/kinematic_fix
Restrict kinematic multibody use cases to only a full chain ...
2020-11-24 17:06:39 -08:00
WenlongLu
c377260d71 Restrict kinematic multibody use cases to only a full chain of kinematic joints. 2020-11-24 10:36:32 -08:00
erwincoumans
8c8059831b
Merge pull request #3158 from WenlongLu/kinematic_fix
Fix the bug where forces are ignore at a static/kinematic link
2020-11-23 10:16:08 -08:00
WenlongLu
3ef0ce4890 fix the bug where forces are ignore at a static/kinematic link while one of its ancesters is not. 2020-11-19 15:58:28 -08:00
WenlongLu
ddbe6f7a5a remove duplicated cpp file in premake4.lua 2020-11-19 15:41:27 -08:00
erwincoumans
875a6a4446
Merge pull request #3153 from WenlongLu/kinematic_multibody_interface
SharedMemory interface to set and get dynamic types
2020-11-18 11:05:03 -08:00
erwincoumans
2c38eea830
Merge pull request #3115 from niello/master
Compilation warning fixes
2020-11-17 16:29:22 -08:00
erwincoumans
1dd79bd16a
Merge pull request #3151 from erwincoumans/master
fix premake4 build, move code from btMultiBodyLink.cpp to btMultiBodyLinkCollider.h
2020-11-17 16:28:12 -08:00
Erwin Coumans
d4d11c417a no btMultiBodyLink.cpp 2020-11-17 23:40:22 -08:00
Erwin Coumans
1c5d67f790 move code from btMultiBodyLink.cpp to btMultiBodyLinkCollider.h (and from btMultiBody.h to btMultiBody.h) 2020-11-17 23:37:45 -08:00
Erwin Coumans
ccf4e70a63 Merge remote-tracking branch 'bp/master' into master 2020-11-17 23:21:02 -08:00
erwincoumans
05b5d2ee04
Merge pull request #3145 from WenlongLu/kinematic_multibody_link
Kinematic Multibody Joint/Link
2020-11-17 15:20:52 -08:00
Erwin Coumans
76fbbcd37e fix premake build 2020-11-13 17:36:19 -08:00
WenlongLu
8ccd67727f Add KinematicMultiBodyExample to premake4.lua 2020-11-13 15:56:09 -08:00
WenlongLu
c32e721262 Add KinematicMultiBodyExample to premake4.lua 2020-11-13 15:39:54 -08:00
erwincoumans
a72ce295b4
Merge pull request #2840 from mahyaret/master
KukaCamGymEnv
2020-11-13 10:44:26 -08:00
erwincoumans
464bbc4ddd
Merge pull request #3089 from Steven89Liu/fixDOF
we should use the m_jointMotorForceMultiDof which is indexed by degree
2020-11-13 10:06:52 -08:00
erwincoumans
9344606e5d
Merge pull request #3086 from ManifoldFR/urdfparser-patch
UrdfParser: make unspecifed axis warning print single line
2020-11-13 10:04:33 -08:00
erwincoumans
2a0f811c3b
Merge pull request #3076 from tfederico/master
Add multiclip loading and reward
2020-11-13 10:02:49 -08:00
erwincoumans
63f5dbf97b
Merge pull request #3132 from WenlongLu/kinematic_multibody_base
Kinematic Multibody Base
2020-11-13 10:02:10 -08:00
erwincoumans
6c65c04b3f
Merge pull request #3147 from ShayekhBinIslam/patch-1
Sutton's url shifted
2020-11-13 09:57:10 -08:00
Shayekh Bin Islam
91c002232f
Sutton's url shifted
The site hosting the c code pole.c has been changed.
2020-11-13 11:26:09 +06:00
WenlongLu
21836afb97 Add share memory commands for user to change object dynamic types 2020-11-11 22:41:33 -08:00
WenlongLu
56b42925d8 Support kinematic multibody joints/links 2020-11-11 22:14:07 -08:00
WenlongLu
5a1977b176 Remove the uninitialized child link in the example 2020-11-11 14:12:47 -08:00
WenlongLu
622b44d136 fix crashes from accessing base collider when it is not available. 2020-11-10 20:32:26 -08:00
erwincoumans
20c6178329
Merge pull request #3125 from erwincoumans/master
improvement in b3PluginManager, hashing the postfix if available
2020-11-03 12:48:48 -08:00