summaryrefslogtreecommitdiff
path: root/examples/pybullet/pybullet.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Reduced Deformable Model""revert-4194-revert-4069-mastererwincoumans2022-03-071-0/+1
* Revert "Reduced Deformable Model"revert-4069-mastererwincoumans2022-03-071-1/+0
* Merge pull request #3996 from wkentaro/addUserDebugPointserwincoumans2022-03-061-40/+117
|\
| * Fix pybullet.addUserDebugPoints helpKentaro Wada2021-10-251-1/+1
| * Add pybullet.addUserDebugPointsKentaro Wada2021-10-161-40/+117
* | add missing flag RESET_USE_REDUCED_DEFORMABLE_WORLD in pybullet.cjingyuc2021-11-231-0/+1
|/
* revert linkNames in createMultiBody, we cannot pass pointers pointing to loca...Erwin Coumans2021-09-201-8/+5
* implement resetMeshData for deformable bodies, this allows better reset for r...Erwin Coumans2021-09-021-2/+54
* Add pybullet.configureDebugVisualizer(rgbBackground=[red,green,blue]) (each c...erwin coumans2021-05-061-3/+12
* PyUnicode_AsUTF8 breaks python 2.x compatibilityerwin coumans2021-05-061-0/+8
* Merge branch 'master' of github.com:erwincoumans/bullet3Erwin Coumans2021-04-221-5/+18
|\
| * PyBullet:erwin coumans2021-04-201-2/+9
| * allow to use the useMultiBody argument for loadMJCF commanderwin coumans2021-04-191-3/+9
* | Merge branch 'master' of github.com:erwincoumans/bullet3Erwin Coumans2021-04-071-9/+123
|\ \ | |/
| * Cleaned-up/fixed version of this Pull Request #3239, thanks to Wenlong Luerwin coumans2021-04-051-9/+123
* | Merge remote-tracking branch 'bp/master'Erwin Coumans2021-03-261-4/+27
|\ \ | |/ |/|
| * add link names args to CreateMultibodyyycho01082021-01-201-4/+27
* | add performCollisionDetection (stepSimulation also calls this, but does more,...erwin coumans2021-03-261-0/+39
|/
* Update pybullet.cerwincoumans2021-01-171-1/+1
* fix memory leak in calculateInverseKinematics2, reported here:Erwin Coumans2021-01-151-1/+12
* allow to specify hostNameErwin Coumans2020-12-221-0/+1
* Update pybullet.cerwincoumans2020-12-081-1/+1
* Add an option for a plugin to report return data after calling executePluginC...Erwin Coumans2020-10-061-2/+29
* * add textured models of ball.vtk (obj/mtl) and torus (obj/mtl) and cloth.Erwin Coumans2020-09-121-8/+48
* expose shadowmap intensity to PyBullet APIErwin Coumans2020-09-071-3/+10
* fix memory leak in pybullet.calculateJacobianErwin Coumans2020-08-131-2/+2
* fix copy/paste bug in pybullet.c related to collisionShapeOrientationAObj (mi...Erwin Coumans2020-08-121-1/+1
* Pybullet fast numpy input support for rayTestBatch.Peng Xu2020-08-111-1/+34
* raycast filter masks can be negative, always apply the mask (-1 default). Tha...Erwin Coumans2020-08-031-8/+4
* pybullet allow to enable/change joint limits:Erwin Coumans2020-07-071-2/+16
* Merge pull request #2832 from xhan0619/pybullet-apierwincoumans2020-06-011-4/+11
|\
| * add numNonContactInnerIterations to getPhysicsParametersXuchen Han2020-05-291-2/+3
| * add api for setting non contact iteration for pybulletXuchen Han2020-05-281-2/+8
* | Merge pull request #2837 from erwincoumans/mastererwincoumans2020-06-011-4/+8
|\ \ | |/ |/|
| * also allow reportHitNumber for single pybullet.rayTest (not just rayTestBatch)Erwin Coumans2020-05-221-4/+8
* | Merge pull request #2800 from xhan0619/splitImpulseMultierwincoumans2020-05-211-2/+4
|\ \ | |/ |/|
| * match API in pybullet.cXuchen Han2020-05-111-1/+2
| * add API for two different damping modes for mass springXuchen Han2020-05-111-3/+4
* | add pybullet.unsupportedChangeScaling feature for some small experiments, thi...Erwin Coumans2020-05-171-0/+67
|/
* add fractionEpsilon to filter rays with similar hit fractionErwin Coumans2020-05-091-3/+9
* add collisionFilterMask to rayTestBatch and rayTestErwin Coumans2020-05-081-6/+19
* use white as default undefined color instead of the googley colors.Erwin Coumans2020-05-081-0/+1
* add reportHitNumber to allow reporting a specific ray intersection hitErwin Coumans2020-05-071-4/+8
* allow to call getDebugVisualizerCamera in DIRECT mode (returns all 0)Erwin Coumans2020-05-051-2/+22
* move the position of physicsclientid in the list of argument to be the lastXuchen Han2020-04-291-4/+3
* set appropriate repulsion stiffness for pybullet torus demoXuchen Han2020-04-271-2/+7
* always use python release version (not debug) on Windows, similar hack as pyb...Erwin Coumans2020-04-101-1/+10
* tcp fixes and allow to run graphics server on mainloop (for Mac)Erwin Coumans2020-03-201-2/+13
* fixes for Mac OSXErwin Coumans2020-03-201-4/+0
* embed TCP graphics server in PyBullet for easier working-from-homeErwin Coumans2020-03-201-0/+12