01f58f8f02
PyBullet: soft bodies are rendered, so we don't need to also render wireframes in regular mode. Use glBufferSubData instead of glMapBuffer/glUnmapBuffer, much faster soft body vertex sync. Don't use a separate btSoftBodyWorldInfo, use the existing one in btSoftMultiBodyDynamicsWorld.
erwincoumans
2018-02-18 11:09:42 -08:00
d3fe21ef17
Add option GUI_MAIN_THREAD for running OpenGL in the main thread (Python thread). This already happens on Mac OSX by default. Pass all argc/argc from options to InProcessPhysicsClientSharedMemoryMainThread
erwincoumans
2018-02-14 16:49:44 -08:00
9b9a0c5992fix#2 for pthread/dl
erwincoumans
2018-02-02 19:38:39 -08:00
b15ac0c5f6
add pthread/DL to App_RobotSimulator_NoGUI for Linux (not Win32/Apple)
erwincoumans
2018-02-02 19:12:02 -08:00
433f8449f4
refactor b3RobotSimulatorClientAPI into a main part without GUI dependencies (no OpenGL, gwen, glew etc) so that App_RobotSimulator_NoGUI can link against BulletRobotics and App_RobotSimulator links against BulletRobotics and some extra files.
erwincoumans
2018-02-02 18:33:29 -08:00
7f535367ef
Add new methods for b3RobotSimulatorClientAPI, thanks to John F. Canny for the contribution!
erwincoumans
2018-02-02 16:19:53 -08:00
587e7b9abd
pybullet support for gym.Env, including v0.9.x
Sam Wenke
2018-02-03 12:51:43 -05:00
df0305462d
refactor b3RobotSimulatorClientAPI into a main part without GUI dependencies (no OpenGL, gwen, glew etc) so that App_RobotSimulator_NoGUI can link against BulletRobotics and App_RobotSimulator links against BulletRobotics and some extra files.
erwincoumans
2018-02-02 18:33:29 -08:00
b30401c1f7
Add new methods for b3RobotSimulatorClientAPI, thanks to John F. Canny for the contribution!
erwincoumans
2018-02-02 16:19:53 -08:00
13d67e8fc3
add bicycle resources and testBike.py script (use python -m pybullet_envs.examples.testBike after pip install pybullet) center shadow around camera target
erwincoumans
2018-01-31 22:17:15 -08:00
5d45fd5ca5
PyBullet: register KukaDiverseObjectGrasping-v0 to Gym.
erwincoumans
2018-01-24 18:27:03 -08:00
4ea406c73c
PyBullet: improve examples/pybullet/gym/pybullet_envs/bullet/kuka_diverse_object_gym_env.py (thanks to Deirdre Quillen for the environment) Extend repeat, so gripper reaches the tray bottom. Fix near plane so Z-Buffer is visible. Add sleep in return motion, in gui mode.
erwincoumans
2018-01-24 18:21:59 -08:00
1ec0543deb
add random urdf zipfile for KUKA grasping env, thanks to Deirdre Quillen
erwincoumans
2018-01-24 18:10:55 -08:00
583b23ea40
PyBullet Humanoid Flagrun Harder: disable collision on target red sphere
erwincoumans
2018-01-24 18:02:24 -08:00
aba4671358
Humanoid Flagrun Harder, PyBullet version (request from Danijar) Fix duplicate ground in all Roboschool converted scenes. Fix bug in all PyBullet-Roboschool converted Humanoid environments (action needs to be clipped to [-1,1] range)
erwincoumans
2018-01-24 17:53:40 -08:00
b8362fff94
PyBullet pybullet_envs: fix issue with Humanoid environments (excessive forces, due to lack of action clamping) PyBullet pybullet_envs: use 1./60 sleep, add enjoy_TF_HumanoidFlagrunHarderBulletEnv_v1_2017jul.py
Erwin Coumans
2018-01-24 16:02:19 -08:00