Commit Graph

8303 Commits

Author SHA1 Message Date
NiranthS
bd33c7c43c
Update createObstacleCourse.py 2020-04-23 22:59:53 +05:30
NiranthS
f8ce0ebf08
Update createMultiBodyLinks.py 2020-04-23 22:57:05 +05:30
NiranthS
23e67a9733
Update createMultiBodyBatch.py 2020-04-23 22:55:42 +05:30
NiranthS
f2e7d026da
Update createMesh.py 2020-04-23 22:52:17 +05:30
NiranthS
5e23b8f2b8
Update contactFriction.py 2020-04-23 22:49:30 +05:30
NiranthS
1c2493a031
Update constraint.py 2020-04-23 22:45:29 +05:30
NiranthS
ade9056de2
Update configureDebugVisualizer.py 2020-04-23 22:44:56 +05:30
NiranthS
faa59f3799
Update commandLogAndPlayback.py 2020-04-23 22:43:53 +05:30
NiranthS
97bfc4d5be
Update collisionFilter.py 2020-04-23 22:42:14 +05:30
NiranthS
cf4441cdbd
Update changeTexture.py 2020-04-23 22:40:02 +05:30
NiranthS
06e6350aa8
Update changeDynamicsMass.py 2020-04-23 22:37:12 +05:30
NiranthS
15e29e4b86
Update biped2d_pybullet.py 2020-04-23 22:36:00 +05:30
NiranthS
584a052f9a
Update batchRayCast.py 2020-04-23 15:58:11 +05:30
NiranthS
fa6713328d
Update addPlanarReflection.py 2020-04-23 15:57:31 +05:30
erwincoumans
f13629bf48
Update __init__.py 2020-04-22 21:02:49 -07:00
erwincoumans
e1f5729963
Merge pull request #2757 from erwincoumans/master
fixes for tcp server, allow createCollisionShape to load stl
2020-04-22 08:53:07 -07:00
Erwin Coumans
cbb459f5d4 fixes for TCP connection: report serverStatusOut.m_numDataStreamBytes when storing results in bufferServerToClient 2020-04-21 12:15:44 -07:00
erwincoumans
687780af6b
Merge pull request #2745 from xhan0619/fix-rayTest-crash
fix rayTest crash for btSoftBody
2020-04-21 07:57:30 -07:00
Erwin Coumans
9cf93cebfd allow createCollisionShape to load stl. Still, it is best to convert it to obj and use v-hacd for concave shapes. 2020-04-20 20:59:32 -07:00
erwincoumans
f40a200f95
Merge pull request #2749 from erwincoumans/master
remove origin coordinate frame debug lines from egl renderer
2020-04-17 19:34:06 -07:00
Erwin Coumans
01e8f363bf Merge branch 'master' of https://github.com/erwincoumans/bullet3 2020-04-17 19:23:47 -07:00
Erwin Coumans
e5b26fb323 fix tinyrenderer size of mjcf box (mjcf box size is half-sizes (half-extents) 2020-04-17 19:23:33 -07:00
Erwin Coumans
a8e2eb44e9 remote origin coordinate frame debug lines from egl renderer 2020-04-16 09:44:19 -07:00
erwincoumans
24929474b7
Merge pull request #2748 from nekomatata/fix-old-damping-method
fix #ifdef for old damping method in btRigidBody
2020-04-15 11:15:28 -07:00
PouleyKetchoupp
760960fef9 fixed #ifdef for old damping method in btRigidBody 2020-04-15 16:02:06 +02:00
Xuchen Han
ed3b697320 fix rayTest crash for btSoftBody 2020-04-14 17:13:00 -07:00
erwincoumans
42fa926857
Merge pull request #2744 from erwincoumans/master
pybullet 2.7.3
2020-04-14 13:51:39 -07:00
Erwin Coumans
540a00583d pybullet 2.7.3 2020-04-14 13:50:24 -07:00
erwincoumans
446e2a255e
Merge pull request #2743 from erwincoumans/master
add laikago with joint limits, bump up version pybullet 2.7.2
2020-04-14 13:48:16 -07:00
Erwin Coumans
38b114a361 Merge branch 'master' of https://github.com/erwincoumans/bullet3 2020-04-14 13:47:11 -07:00
Erwin Coumans
cc5083e7b4 bump up version pybullet 2.7.2 2020-04-14 13:46:52 -07:00
Erwin Coumans
89a7907f45 add vesion of laikago with limits. 2020-04-14 13:39:43 -07:00
erwincoumans
a144ce6d54
Merge pull request #2722 from BlGene/master
improve EGL context creation
2020-04-14 12:49:40 -07:00
erwincoumans
f7577863a2
Merge pull request #2736 from erwincoumans/master
remove old unused methods from btMultiBody.
2020-04-13 08:59:50 -07:00
Erwin Coumans
b45d697d28 always use python release version (not debug) on Windows, similar hack as pybind11 2020-04-10 09:19:51 -07:00
Erwin Coumans
dd5d0a1094 remove old unused methods from btMultiBody. 2020-04-10 09:16:30 -07:00
erwincoumans
628524dd6c
Merge pull request #2731 from xhan0619/fix-2726
add guard against non-manifold geometry in vtk files
2020-04-09 15:27:11 -07:00
Xuchen Han
5498c575c8 add guard agaist non-manifold geometry in vtk files 2020-04-09 11:16:28 -07:00
erwincoumans
196d0645b1
Merge pull request #2723 from fuchuyuan/master
bodyUniqueId can be 0
2020-04-07 14:40:29 -07:00
Chuyuan Fu
59ddea6fa4 bodyUniqueId can be 0 2020-04-07 13:38:26 -07:00
erwincoumans
73ee59e2b7
Merge pull request #2721 from xhan0619/msan
fix an error in residual calculation caused by inner noncontact const…
2020-04-07 11:42:45 -07:00
Max Argus
5bd9e4ec9b improve EGL context creation 2020-04-07 20:38:41 +02:00
Xuchen Han
205452cbff fix an error in residual calculation caused by inner noncontact constraint loops 2020-04-07 10:26:35 -07:00
erwincoumans
034c6b36ef
Merge pull request #2718 from erwincoumans/master
fix uninitialized variables in btSoftBody: if you add new variables, …
2020-04-06 20:34:55 -07:00
Erwin Coumans
bd5fde778b fix uninitialized variables in btSoftBody: if you add new variables, always initialize them! 2020-04-06 20:33:29 -07:00
erwincoumans
9d1a2c4c57
Merge pull request #2711 from fuchuyuan/loadURDF
Load urdf
2020-04-06 20:31:28 -07:00
erwincoumans
440c077b6d
Merge pull request #2714 from stolk/master
Add checks. Remove unused member var.
2020-04-06 15:38:53 -07:00
stolk
41a0d72759 Enable an existing sanity check for BT_DEBUG builds. 2020-04-03 10:34:03 -07:00
stolk
b7ff35ae86 Remove unused member variable from dispatcher. 2020-04-03 09:48:16 -07:00
stolk
4c2eb79f29 Fix compiler warning. 2020-04-03 09:47:28 -07:00