Erwin Coumans
c2b9dc9361
update to CartPoleBulletEnv-v1 and check with latest baselines v0.1.5, works fine.
...
(make it more similar to classical control cartpole)
2018-10-29 16:44:12 -07:00
Erwin Coumans
2fa0ae9349
fix sprintf using nullptr string
2018-10-29 13:45:42 -07:00
erwincoumans
c80e2816ad
PyBullet: Use fileIOPlugin in processRestoreStateCommand
...
PyBullet: Report debug information in case of failure in restoreState.
2018-10-29 12:08:34 -07:00
erwincoumans
35790c36c2
fix renamed variable m_rootPath->m_pathPrefix
2018-10-29 10:56:55 -07:00
erwincoumans
078887c4d7
PyBullet fileIOPlugin: don't add equal fileIO interface twice (based on identical fileIOType and pathPrefix)
...
loadBullet goes through fileIOPlugin
2018-10-29 10:25:40 -07:00
erwincoumans
ee76873689
eglPlugin: remove visual shape for removeBody.
2018-10-28 21:08:57 -07:00
erwincoumans
f34aec941b
Merge pull request #1960 from BlGene/pip-egl
...
pip egl install: added btThreads.cpp
2018-10-28 19:54:38 -07:00
erwincoumans
fa4d279cee
Merge pull request #1961 from janisozaur/patch-1
...
Update include guard in btGImpactBvh.h
2018-10-28 19:53:24 -07:00
erwincoumans
a804815fd7
Merge pull request #1959 from erwincoumans/master
...
Use the kF_UseGjkConvexCastRaytest for more accurate picking, tweak tensorflow humanoid_running.py demo to be more robust
2018-10-28 19:53:01 -07:00
erwincoumans
126537bd93
pybullet: fix issue with loadBullet command
2018-10-28 19:51:01 -07:00
Michał Janiszewski
5b90e7e0b7
Update include guard in btGImpactBvh.h
2018-10-28 21:50:28 +01:00
Erwin Coumans
eedca6020b
Merge branch 'master' of https://github.com/erwincoumans/bullet3
2018-10-28 12:35:51 -07:00
Max Argus
fc4d531e3c
pip egl install: added btThreads.cpp
2018-10-27 21:54:33 +02:00
erwincoumans
df9b4fb005
remove printf from demo
2018-10-27 11:56:04 -07:00
Erwin Coumans
bebe12d6d8
tweak tensorflow humanoid_running.py demo to be more robust against mouse dragging
...
(mouse dragging adds energy in the system that can cause explosions/instability):
use solverResidualThreshold and increase number of sub steps, also clamp the max force.
2018-10-27 11:48:21 -07:00
Erwin Coumans
f455d3a243
Merge remote-tracking branch 'bp/master'
2018-10-27 11:41:05 -07:00
erwincoumans
a4cab78dd0
Merge branch 'master' of https://github.com/erwincoumans/bullet3
2018-10-27 11:38:56 -07:00
erwincoumans
bdda7af8d7
Use the kF_UseGjkConvexCastRaytest for more accurate picking
...
fix upAxis in some demos
2018-10-27 11:38:38 -07:00
erwincoumans
9c780185af
Merge pull request #1957 from erwincoumans/master
...
add Laikago quadruped model (thanks to Unitree for cad meshes), make pybullet setup.py use threadsafe by default.
2018-10-26 20:22:54 -07:00
Erwin Coumans
0511a36a67
add Laikago quadruped model, thanks to Unitree for the cad meshes.
...
If you use the Laikago URDF, please add a citation to PyBullet:
@MISC{coumans2018,
author = {Erwin Coumans and Yunfei Bai},
title = {PyBullet, a Python module for physics simulation for games, robotics and machine learning},
howpublished = {\url{http://pybullet.org }},
year = {2016--2018}
}
2018-10-26 18:49:58 -07:00
Erwin Coumans
f1ac24cc60
make pybullet setup.py use threadsafe version by default
2018-10-26 18:37:28 -07:00
erwincoumans
693985260f
Merge pull request #1955 from erwincoumans/master
...
PyBullet: allow to pass vertices (for convex) and vertices+indices (f…
2018-10-26 11:20:44 -07:00
erwincoumans
a44df2b0a6
PyBullet: allow to pass vertices (for convex) and vertices+indices (for concave) to createCollisionShape
...
See createObstacleCourse.py for an example use. At the moment a limit of 1024 vertices and 1024 indices.
Will be lifted once we implement the streaming version (soon).
2018-10-26 10:18:51 -07:00
Jelle
f9ff09a6b5
Added extern declaration
...
The extern declaration was missing from this file.
2018-10-24 17:20:25 +02:00
erwincoumans
9c1db5fb34
Merge pull request #1948 from erwincoumans/master
...
fix sphere sdf parsing
2018-10-22 16:02:44 -07:00
erwincoumans
707bac9c3d
fix sphere sdf parsing
2018-10-22 16:01:58 -07:00
erwincoumans
9090442f83
Merge pull request #1945 from erwincoumans/master
...
PyBullet/BulletRobotics: increase max #degree of freedom from 128 to …
2018-10-22 08:06:06 -07:00
Erwin Coumans
84870739af
Merge remote-tracking branch 'bp/master'
2018-10-22 08:03:47 -07:00
Erwin Coumans
a198459b09
reduce back to 128, some internal build has too limited stack size.
2018-10-22 07:40:45 -07:00
erwincoumans
7e86a579e9
Merge pull request #1946 from RanTig/transform-changed-notification-active
...
Uses btCollisionBody::isActive instead of btMultiBody::isAwake to determine whether to send transform changed notifications.
2018-10-22 07:36:13 -07:00
Tigran Gasparian
6512a67422
Uses btCollisionBody::isActive instead of btMultiBody::isAwake to
...
determine whether to send transform changed notifications.
2018-10-22 14:06:58 +02:00
erwincoumans
c291fe5584
PyBullet/BulletRobotics: increase max #degree of freedom from 128 to 256.
2018-10-21 20:05:29 -07:00
erwincoumans
04101565bc
Merge pull request #1944 from erwincoumans/master
...
revert backward compabitility in API
2018-10-20 20:45:48 -07:00
Erwin Coumans
2d224cf319
revert backward compabitility in API
2018-10-20 19:44:39 -07:00
erwincoumans
df0889a450
Merge pull request #1943 from erwincoumans/master
...
fix PyBullet.changeVisualShape to allow clearing a texture (use -1 for textureUniqueId)
2018-10-20 17:45:20 -07:00
erwincoumans
01a8a36933
fix example
2018-10-20 16:13:48 -07:00
erwincoumans
ed49edc1af
PyBullet change API (since it was broken): pybullet_changeVisualShape with textureUniqueId ==-1 will clear the texture
...
b3InitUpdateVisualShape doesn't take textureUniqueId by default. new API b3UpdateVisualShapeTexture to change texture (-1 will clear texture)
PyBullet/BulletRobotics: allow to reset the textureUniqueId to -1, to clear a texture
PyBullet/BulletRobotics: save all texture handles
2018-10-20 15:56:56 -07:00
Erwin Coumans
9a9386b6a7
allow empty filename in CNS fileIO
2018-10-20 14:16:31 -07:00
erwincoumans
3d01a8c098
Merge pull request #1942 from erwincoumans/master
...
add missing file in MANIFEST.in, fix potential memory leak in InMemoryFileIO, bump up PyBullet version
2018-10-20 12:25:50 -07:00
Erwin Coumans
dc2d54df2c
remove 32bit build ARCH from xcode4 generated files (premake4)
...
optimization in btMultiBody::fillConstraintJacobianMultiDof:
only compute links between current link and root
2018-10-20 10:44:43 -07:00
erwincoumans
63784dab5f
Update NN3DWalkersTimeWarpBase.h
...
Fix issue #1940 , see https://github.com/bulletphysics/bullet3/issues/1940
2018-10-17 20:08:06 -07:00
Erwin Coumans
eb490351ec
bump up PyBullet version to 2.3.2
2018-10-16 19:04:49 -07:00
Erwin Coumans
d3a2f82740
Merge branch 'master' of https://github.com/erwincoumans/bullet3
2018-10-16 19:04:12 -07:00
Erwin Coumans
e776408c19
add missing file to MANIFEST.in, bump up PyBullet version
2018-10-16 19:03:24 -07:00
erwincoumans
399ff55153
fix typo in previous commit
2018-10-16 19:02:12 -07:00
erwincoumans
8825b39f6c
fix potential memory leak in previous commit related to InMemoryFileIO class.
2018-10-16 18:31:17 -07:00
Filip Gawin
4aab16d943
Remove unneeded keyword register
...
Why is it unneeded?
C++11 has deprecated it,
c++17 removed.
So, how about older (c++98)?
According to Herb Sutter, it is as meaningful
as whitespace.
http://www.drdobbs.com/keywords-that-arent-or-comments-by-anoth/
184403859
2018-10-16 21:28:42 +02:00
erwincoumans
79f6cc901e
Merge pull request #1935 from erwincoumans/master
...
fix fileIO issue with \r\n in lines
2018-10-14 16:48:22 -07:00
erwincoumans
b0a3b1b962
add missing header <string.h>
2018-10-14 15:12:53 -07:00
erwincoumans
b5e475aec3
enable planar reflection in MinitaurGymEnv
...
enable follow cam in other Gym locomotion environments
add testing assets for multi-material obj files -> sdf conversion.
Also use ER_NO_SEGMENTATION_MASK flag for TinyRenderer/EGL plugin renderer
2018-10-14 15:10:19 -07:00