bullet3/examples
Lunkhound b8720f2161 parallel solver: various changes
- threading: adding btSequentialImpulseConstraintSolverMt
 - task scheduler: added parallelSum so that parallel solver can compute residuals
 - CommonRigidBodyMTBase: add slider for solver least squares residual and allow multithreading without needing OpenMP, TBB, or PPL
 - taskScheduler: don't wait for workers to sleep/signal at the end of each parallel block
 - parallel solver: convertContacts split into an allocContactConstraints and setupContactConstraints stage, the latter of which is done in parallel
 - parallel solver: rolling friction is now interleaved along with normal friction
 - parallel solver: batchified split impulse solving + some cleanup
 - parallel solver: sorting batches from largest to smallest
 - parallel solver: added parallel batch creation
 - parallel solver: added warmstartingWriteBackContacts func + other cleanup
 - task scheduler: truncate low bits to preserve determinism with parallelSum
 - parallel solver: reducing dynamic mem allocs and trying to parallelize more of the batch setup
 - parallel solver: parallelize updating constraint batch ids for merging
 - parallel solver: adding debug visualization
 - task scheduler: make TBB task scheduler parallelSum deterministic
 - parallel solver: split batch gen code into separate file; allow selection of batch gen method
 - task scheduler: add sleepWorkerThreadsHint() at end of simulation
 - parallel solver: added grain size per phase
 - task Scheduler: fix for strange threading issue; also no need for main thread to wait for workers to sleep
 - base constraint solver: break out joint setup into separate function for profiling/overriding
 - parallel solver: allow different batching method for contacts vs joints
 - base constraint solver: add convertJoint and convertBodies to make it possible to parallelize joint and body conversion
 - parallel solver: convert joints and bodies in parallel now
 - parallel solver: speed up batch creation with run-length encoding
 - parallel solver: batch gen: run-length expansion in parallel; collect constraint info in parallel
 - parallel solver: adding spatial grid batching method
 - parallel solver: enhancements to spatial grid batching
 - sequential solver: moving code for writing back into functions that derived classes can call
 - parallel solver: do write back of bodies and joints in parallel
 - parallel solver: removed all batching methods except for spatial grid (others were ineffective)
 - parallel solver: added 2D or 3D grid batching options; and a bit of cleanup
 - move btDefaultTaskScheduler into LinearMath project
2018-02-26 22:47:33 -08:00
..
BasicDemo CMakeLists glew to glad 2018-02-20 21:09:31 -08:00
Benchmarks Merge remote-tracking branch 'upstream/master' 2017-06-02 18:26:04 -07:00
Collision Add pybullet transparent.py example, transparency with global per-object sort in GLInstancingRenderer 2017-06-24 19:38:31 -07:00
CommonInterfaces Merge pull request #1572 from erwincoumans/master 2018-02-22 08:37:03 -08:00
Constraints Swap yaw and pitch in camera computation. Add functions to convert view matrix to camera position, and camera position to camera yaw pitch roll. 2017-06-01 15:30:37 -07:00
DynamicControlDemo Swap yaw and pitch in camera computation. Add functions to convert view matrix to camera position, and camera position to camera yaw pitch roll. 2017-06-01 15:30:37 -07:00
Evolution revert due to crashes on windows, when simulation speed is increased 2017-06-05 14:15:51 -07:00
ExampleBrowser parallel solver: various changes 2018-02-26 22:47:33 -08:00
Experiments/ImplicitCloth enable URDF loading throught the 'File/Open' menu 2015-05-01 11:42:14 -07:00
ExtendedTutorials add new example for btCompoundShape 2017-10-03 01:38:20 +05:30
ForkLift Swap yaw and pitch in camera computation. Add functions to convert view matrix to camera position, and camera position to camera yaw pitch roll. 2017-06-01 15:30:37 -07:00
FractureDemo Swap yaw and pitch in camera computation. Add functions to convert view matrix to camera position, and camera position to camera yaw pitch roll. 2017-06-01 15:30:37 -07:00
GyroscopicDemo Swap yaw and pitch in camera computation. Add functions to convert view matrix to camera position, and camera position to camera yaw pitch roll. 2017-06-01 15:30:37 -07:00
HelloWorld Fix for issue 1007 2017-03-13 11:00:56 -07:00
Importers explicitly remove textures during resetSimulation 2018-02-21 23:22:16 -08:00
InverseDynamics premake build system fixes 2018-01-09 12:23:25 -08:00
InverseKinematics Implement first pass of transparent graphics object for GLInstancingRenderer 2017-06-24 13:41:33 -07:00
LuaDemo fix Lua example 2016-03-10 21:15:23 -08:00
MultiBody pybullet.createCollisionShape, createVisualShape, createMultiBody, programmatic creation using ProgrammaticUrdfInterface 2017-06-03 10:57:56 -07:00
MultiThreadedDemo parallel solver: various changes 2018-02-26 22:47:33 -08:00
MultiThreading parallel solver: various changes 2018-02-26 22:47:33 -08:00
OpenCL Swap yaw and pitch in camera computation. Add functions to convert view matrix to camera position, and camera position to camera yaw pitch roll. 2017-06-01 15:30:37 -07:00
OpenGLWindow Merge pull request #1574 from erwincoumans/master 2018-02-22 09:41:01 -08:00
Planar2D Swap yaw and pitch in camera computation. Add functions to convert view matrix to camera position, and camera position to camera yaw pitch roll. 2017-06-01 15:30:37 -07:00
pybullet PyBullet: remove VisualLeakDetector 2018-02-21 23:44:57 -08:00
Raycast Swap yaw and pitch in camera computation. Add functions to convert view matrix to camera position, and camera position to camera yaw pitch roll. 2017-06-01 15:30:37 -07:00
RenderingExamples pybullet.getCameraImage: preparation to expose link index in segmentation mask buffer 2017-12-28 10:18:35 -08:00
RigidBody Swap yaw and pitch in camera computation. Add functions to convert view matrix to camera position, and camera position to camera yaw pitch roll. 2017-06-01 15:30:37 -07:00
RoboticsLearning Add filename as an argument in the softbody loading function. 2018-01-07 19:56:46 -08:00
RobotSimulator preparation to replace glew by glad 2018-02-20 19:44:02 -08:00
RollingFrictionDemo Remove debug code. 2017-06-02 17:40:50 -07:00
SharedMemory explicitly remove textures during resetSimulation 2018-02-21 23:22:16 -08:00
SimpleOpenGL3 preparation to replace glew by glad 2018-02-20 19:44:02 -08:00
SoftDemo Swap yaw and pitch in camera computation. Add functions to convert view matrix to camera position, and camera position to camera yaw pitch roll. 2017-06-01 15:30:37 -07:00
StandaloneMain glew->glad 2018-02-21 08:50:47 -08:00
ThirdPartyLibs CMakeLists glew to glad 2018-02-20 21:09:31 -08:00
TinyAudio Add C++ version VRGloveSimulatorMain example, using the serial library. 2017-05-01 22:35:33 -07:00
TinyRenderer add segmask_linkindex.py example using p.getCameraImage(320,200,flags=p.ER_SEGMENTATION_MASK_OBJECT_AND_LINKINDEX) 2017-12-28 12:37:07 -08:00
Tutorial Add pybullet transparent.py example, transparency with global per-object sort in GLInstancingRenderer 2017-06-24 19:38:31 -07:00
TwoJoint refactor b3RobotSimulatorClientAPI into a main part without GUI dependencies (no OpenGL, gwen, glew etc) 2018-02-04 11:35:46 -05:00
Utils more fixes in pybullet_gym envs/data. 2017-08-27 19:34:00 -07:00
Vehicles Swap yaw and pitch in camera computation. Add functions to convert view matrix to camera position, and camera position to camera yaw pitch roll. 2017-06-01 15:30:37 -07:00
VoronoiFracture Swap yaw and pitch in camera computation. Add functions to convert view matrix to camera position, and camera position to camera yaw pitch roll. 2017-06-01 15:30:37 -07:00
CMakeLists.txt added TwoJoint example 2017-11-26 20:38:50 -05:00