2bf17a7a81
Initial commit.
Benjamin Ellenberger
2016-07-01 19:35:27 +02:00
58206b7962
Add preliminary support for VR/OpenVR for HTC Vive and Oculus Rift, (Windows-only first, later Linux and OSX) Use premake to build, use --enable_openvr flag
erwin coumans
2016-06-30 16:03:38 -07:00
83543ec76b
pkg-config: Fixing regression introduced by e46b7b2
Jonathan Bohren
2016-06-30 14:02:19 -04:00
c17c39c2c9
move PD control from PhysicsServerCommandProcessor into btMultiBodyJointMotor improvements/changes in pybullet API
Erwin Coumans
2016-06-24 11:06:56 -07:00
6d1948e79e
tweaks in pybullet and shared memory C-API: allow to reset the state of a single joint allow to set the target/mode for a single joint motor at a time rename pybullet API: initializeJointPositions -> resetJointState
Erwin Coumans (Google)
2016-06-24 07:31:17 -07:00
e0448c7613
fix loading urdf at default position (0,0,0) and adding b3 cmd to change orientation if args provided
Jasmine Hsu
2016-06-23 14:00:44 -07:00
2cd0eba257
re-introduce old method in pybullet for temporary back-wards compatibility b3JointControlCommandInit requires 3 args, but it was only 2, use b3JointControlCommandInit2 for now.
Erwin Coumans
2016-06-23 08:40:36 -07:00
8b96e2de3c
a few pybullet tweaks to set desired joint motor targets (pos/vel/torque)
Erwin Coumans
2016-06-22 23:21:47 -07:00
f5ffb11bc5
fix bus error on Raspberry Pi, unaligned float access when loading STL files fix pybullet Python 3 issue (PyString_FromString -> PyBytes_FromString and PyInt_FromLong -> PyLong_FromLong)
Erwin Coumans
2016-06-23 05:10:00 +00:00
a67df7fd03
fix cmake and premake build systems, after adding texture support in SDF, in a nutshell, add the following two files:
Erwin Coumans
2016-06-19 17:35:25 -07:00
e3b2b1a969
add texture support in SDF, URDF for both OpenGL and software renderer (TinyRenderer)
Erwin Coumans
2016-06-18 18:02:20 -07:00
53a0772257
fix some issues related to controlling a robot/multibody beyond body index 0 (most testing happened with a single robot/multibody so far) preliminary pybullet.setJointControl implementation
Erwin Coumans
2016-06-16 18:46:34 -07:00
6523df336e
Fix pybullet Windows build errors: C99 requires variables to be defined at the start of the function. Improve CMake Windows support to build PyBullet (BUILD_PYBULLET) Implement b3LoadSdfCommandInit in shared memory API Implement pybullet SDF loading binding, in loadSDF API TODO for SDF support is provide way to query object/link/joint information.
erwincoumans
2016-06-13 10:11:28 -07:00
d2e50d045b
fix issues related to camera width/height add width,height as arguments to pybullet.renderImage(x,y,[viewMat4x4],[projMat4x4])
Erwin Coumans
2016-06-07 16:11:58 -07:00
bd668d11b0
add .stl file support in 'File/Open' of example browser.
Erwin Coumans
2016-06-07 12:57:46 -07:00
1c7f87aff1
implement first draft of pybullet.renderImage for synthetic camera remove a few debug printf from tinyrenderer
Erwin Coumans
2016-06-06 18:54:05 -07:00
e46a718807
Add btScalar fixes and correct M_PI to SIMD_PI.
Benjamin Ellenberger
2016-06-06 23:47:33 +02:00
612e46614a
fix (unused) SSE operator btMatrix3x3 ==, thanks to yyzone for the report/fix. fixes 552
Erwin Coumans
2016-06-04 13:16:06 -07:00
9872d2b20f
Create InclinedPlane,Newton's Cradle and Multi-Pendulum examples for the Bullet Example Browser.
Benjamin Ellenberger
2016-06-04 12:09:37 +02:00
dfb2c51dc7
Merge remote-tracking branch 'upstream/master'
Benjamin Ellenberger
2016-06-04 11:36:43 +02:00
4b2c0f6d89
make one of the cubes in two_cubes.sdf static (immovable) using the <static> tag in SDF add an example using 'direct' fix the send-desired-state commands, to add flags for arguments set, using default values. Start exposing SDF loading in shared memory api, not fully implemented yet.
erwin coumans
2016-06-03 19:03:56 -07:00
0b69ba7f61
Support the <static> field under <model> in SDF to make the model immovable, similar to setting the mass to zero. Add joint velocity motors in ImportSDF example.
erwin coumans
2016-06-02 18:04:22 -07:00
5bf125cab5
fix some compile issues using premake use textured cube/sphere model for test
Erwin Coumans
2016-06-02 13:54:52 -07:00