summaryrefslogtreecommitdiff
path: root/examples/SharedMemory/PhysicsClientSharedMemory.cpp
Commit message (Expand)AuthorAgeFilesLines
* extending wrapperMaarten Behn2022-12-221-0/+28
* implement resetMeshData for deformable bodies, this allows better reset for r...Erwin Coumans2021-09-021-0/+6
* add performCollisionDetection (stepSimulation also calls this, but does more,...erwin coumans2021-03-261-0/+10
* allow streaming of dataErwin Coumans2020-10-071-1/+20
* Add an option for a plugin to report return data after calling executePluginC...Erwin Coumans2020-10-061-0/+26
* Embed graphics server (shared memory) in PyBullet. Use pybullet.connect(pybul...Erwin Coumans2020-03-191-1/+1
* Only clear the user data cache when a full user data sync is requested.Tigran Gasparian2020-02-031-8/+10
* give softbody nameChuyuan Fu2019-10-311-1/+1
* PyBullet: Fix syncBodyInfo for over 512 bodies.Erwin Coumans2019-09-091-6/+32
* Don't reset user data on SyncBodyInfo()Tigran Gasparian2019-08-081-2/+2
* .Tigran Gasparian2019-08-081-8/+14
* Clears body and user data caches when syncBodyInfo and syncUserData are calledTigran Gasparian2019-08-081-2/+3
* make pybullet.getMeshData work for softbodyErwin Coumans2019-06-171-21/+36
* get mesh data apiChuyuan Fu2019-06-171-0/+38
* load softbody APIChuyuan Fu2019-04-251-3/+42
* implement PyBullet removeState command. Fixes Issue #2163erwincoumans2019-04-031-0/+2
* add missing m_numDofsErwin Coumans2019-03-261-1/+1
* temporary disable experimental BulletRobotics examplesErwin Coumans2019-03-261-0/+11
* reduce size of SharedMemoryStatus by moving state details into shared memory ...erwincoumans2019-03-061-4/+18
* Implement btMultiBodySphericalJointMotor, able to track a quaternion position...erwincoumans2018-11-131-0/+2
* make setJointPosMultiDof and setJointVelMultiDof argument const.erwincoumans2018-11-101-0/+26
* Code-style consistency improvement:erwincoumans2018-09-231-753/+797
* Changes UserData to use global identifiers and makes linkIndex optional.Tigran Gasparian2018-07-031-97/+58
* PyBullet: deal with backward compatibility of b3RaycastBatchAddRay:erwincoumans2018-06-161-11/+11
* Fix memory leak due to batchRayCast never deleting the btTaskScheduler.erwincoumans2018-06-161-4/+23
* revert exposing getSharedMemoryStreamBuffer / adding to command structureerwincoumans2018-06-161-4/+25
* Expose pushProfileTimer / pop ProfileTimer in PhysicsClient API to benchmark ...erwincoumans2018-06-161-1/+31
* Adds multithreading support for batch ray casts.Tigran Gasparian2018-06-151-1/+7
* remove some warningsErwin Coumans2018-06-061-1/+0
* Clears the user data cache when syncUserData is called.Tigran Gasparian2018-06-041-0/+9
* PyBullet.addUserData / getUserData / removeUserData / getUserDataId / getNumU...erwincoumans2018-06-021-19/+224
* use Bullet3Common/b3AlignedObjectArray.h instead of LinearMath version in Sha...erwincoumans2018-05-161-26/+26
* Enable 'global absolute velocities' by default for btMultiBody. See 8.3.2B Pr...erwincoumans2018-01-091-0/+9
* Start of a urdfEditor.py, limited support to extract a URDF from a PyBullet b...Erwin Coumans2018-01-031-0/+30
* implement pybullet.saveState command, for in-memory storage of state.Erwin Coumans2017-12-311-0/+4
* preliminary work towards saveState/restoreState and saveRestoreState.py examp...Erwin Coumans2017-12-281-0/+9
* restore multibody world transform and joint angles/velocities from a .bullet ...Erwin Coumans2017-12-221-0/+4
* pybullet vr_kuka_setup.py: add a gear joint, to keep the gripper centered,erwincoumans2017-11-121-1/+1
* Merge branch 'master' of https://github.com/erwincoumans/bullet3erwincoumans2017-10-251-0/+20
|\
| * Added gear info to getConstraintInfo return.Jonathan Tompson2017-10-221-0/+16
| * fix the pybullet.changeDynamics linear/angular dampingErwin Coumans2017-10-181-0/+4
* | pybullet: allow to replace existing text, to avoid flickering (remove/add)erwincoumans2017-10-251-1/+1
|/
* fix some compile issues/bugsErwin Coumans2017-10-061-13/+0
* expose some parameters through pybullet.getPhysicsEngineParameters (C-API: b3...erwincoumans2017-10-051-1/+4
* store mass matrix in streaming part of shared memory (no support for unlimite...erwincoumans2017-10-051-1/+32
* use explicit size for name, to avoid issue converting/marshalling data to C#erwincoumans2017-10-031-15/+6
* bump up shared memory version numbererwincoumans2017-09-261-0/+9
* Allow to load a urdf file in the testplugin.cpp, as first quick test, example...erwincoumans2017-09-231-1/+1
* create a C/C++ plugin system for pybullet / C-API.Erwin Coumans2017-09-221-0/+9
* re-enable shared memory connection for pybullet Gym envs (with fallback to GU...Erwin Coumans2017-09-131-2/+2