bullet3/examples/pybullet
Erwin Coumans 97add36b9f update bullet_client.py to accept options
p.connect(p.GUI, options="--background_color_red=1 --background_color_blue=1 --background_color_green=1")

If you use bullet_client.py, you can use:
p = bc.BulletClient(connection_mode=pybullet.GUI,options="--background_color_red=1 --background_color_blue=1 --background_color_green=1")
--mouse_move_multiplier=0.4
--mouse_wheel_multiplier=0.01
--mp4=moviename.mp4
2021-02-25 16:32:39 -08:00
..
examples disable cone friction in example 2021-01-15 14:42:12 -08:00
gym update bullet_client.py to accept options 2021-02-25 16:32:39 -08:00
notebooks Removed notice on slow installation 2020-10-13 15:34:33 -07:00
numpy add yapf style and apply yapf to format all Python files 2019-04-27 07:31:15 -07:00
tensorflow Replace tensorflow with tf.compat.v1 2020-02-19 17:35:48 +01:00
unittests Adds an option to syncUserData to specify the bodies for which to sync. 2020-01-23 14:46:33 +01:00
unity3d update autogenerated NativeMethods.cs from latest PhysicsClientC_Api.h 2018-01-31 09:07:31 -08:00
CMakeLists.txt create BulletRoboticsGUI CMake target, pybullet links against it 2020-03-16 23:15:18 -07:00
premake4.lua cache zipfile, and also allow to read zipfile from memory 2020-03-30 14:24:20 -07:00
pybullet.c Update pybullet.c 2021-01-17 23:42:28 -08:00