summaryrefslogtreecommitdiff
path: root/examples/SharedMemory/PhysicsClientC_API.cpp
Commit message (Expand)AuthorAgeFilesLines
* extending wrapperMaarten Behn2022-12-221-0/+21
* extend wrapperMaarten Behn2022-12-211-0/+18
* Merge pull request #3996 from wkentaro/addUserDebugPointserwincoumans2022-03-061-0/+38
|\
| * Add pybullet.addUserDebugPointsKentaro Wada2021-10-161-0/+38
* | add API to get and set mesh velocityChuyuan Kelly Fu2022-02-181-0/+16
* | Adds a request body info command for the physics direct command. This isTigran Gasparian2021-10-261-0/+13
|/
* revert linkNames in createMultiBody, we cannot pass pointers pointing to loca...Erwin Coumans2021-09-201-3/+2
* implement resetMeshData for deformable bodies, this allows better reset for r...Erwin Coumans2021-09-021-0/+22
* Add pybullet.configureDebugVisualizer(rgbBackground=[red,green,blue]) (each c...erwin coumans2021-05-061-0/+15
* enable roll angle in pybullet.computeViewMatrixFromYawPitchRoll / b3ComputeVi...erwin coumans2021-04-281-1/+1
* Merge branch 'master' of github.com:erwincoumans/bullet3Erwin Coumans2021-04-221-0/+23
|\
| * PyBullet:erwin coumans2021-04-201-0/+12
| * allow to use the useMultiBody argument for loadMJCF commanderwin coumans2021-04-191-0/+11
* | Merge branch 'master' of github.com:erwincoumans/bullet3Erwin Coumans2021-04-071-0/+62
|\ \ | |/
| * Cleaned-up/fixed version of this Pull Request #3239, thanks to Wenlong Luerwin coumans2021-04-051-0/+62
* | Merge remote-tracking branch 'bp/master'Erwin Coumans2021-03-261-1/+3
|\ \ | |/ |/|
| * add link names args to CreateMultibodyyycho01082021-01-201-1/+3
* | add performCollisionDetection (stepSimulation also calls this, but does more,...erwin coumans2021-03-261-0/+13
|/
* Add share memory commands for user to change object dynamic typesWenlongLu2020-11-111-0/+11
* Support getCachedReturnData for PhysicsLoopBackErwin Coumans2020-10-071-1/+1
* Add an option for a plugin to report return data after calling executePluginC...Erwin Coumans2020-10-061-0/+10
* * add textured models of ball.vtk (obj/mtl) and torus (obj/mtl) and cloth.Erwin Coumans2020-09-121-0/+28
* expose shadowmap intensity to PyBullet APIErwin Coumans2020-09-071-0/+13
* fix the issue "Inconsistency between rayTest and rayTestBatch of pybullet #2887"Steven2020-09-031-0/+2
* pybullet allow to enable/change joint limits:Erwin Coumans2020-07-071-0/+26
* support configuring gravity factor from clientXuchen Han2020-05-261-0/+9
* Merge pull request #2800 from xhan0619/splitImpulseMultierwincoumans2020-05-211-2/+11
|\
| * fix API for different damping modes for mass springXuchen Han2020-05-111-2/+10
| * 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/+16
|/
* add fractionEpsilon to filter rays with similar hit fractionErwin Coumans2020-05-091-0/+12
* add collisionFilterMask to rayTestBatch and rayTestErwin Coumans2020-05-081-1/+10
* add reportHitNumber to allow reporting a specific ray intersection hitErwin Coumans2020-05-071-0/+11
* add API for setting repulsion stiffnessXuchen Han2020-04-271-0/+9
* pybullet: enable getMeshData for multibody/rigid body (and filter on collisio...Erwin Coumans2020-03-171-0/+12
* pybullet removeAllParameters (sliders, buttons)Erwin Coumans2020-03-161-0/+14
* embed V-HACD directly into Pybullet to make it easier to use:Erwin Coumans2020-03-161-0/+44
* more Motor->NonContactInnerXuchen Han2020-03-021-1/+1
* Motor->NonContactInnerXuchen Han2020-03-021-2/+2
* separate motor constraint iterations and expose APIXuchen Han2020-02-261-0/+9
* initialize capsule from_to fieldErwin Coumans2020-02-211-0/+1
* unsupported: expose collisionMargin to changeDynamics/getDynamicsInfo.Erwin Coumans2020-02-141-0/+13
* Adds an option to syncUserData to specify the bodies for which to sync.Tigran Gasparian2020-01-231-0/+11
* fix pybullet.submitProfileTimingErwin Coumans2019-12-191-5/+3
* add link index to setdamping C APIs. If link index is not set, the command is...Chuyuan Fu2019-12-171-0/+2
* Merge pull request #2509 from xhan0619/separate-bending-stiffnesserwincoumans2019-12-041-2/+3
|\
| * separate in-plane and bending stiffness for mass spring model for easier para...Xuchen Han2019-11-271-2/+3
* | Merge branch 'master' of https://github.com/erwincoumans/bullet3Erwin Coumans2019-11-211-1/+1
|\ \ | |/ |/|
| * Use -> Set in APIErwin Coumans2019-11-211-1/+1
* | fix separate render and sim meshXuchen Han2019-11-191-4/+4