summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [pybullet] implement addUserDebugParameter / readUserDebugParameterErwin Coumans2017-01-171-3/+3
* fix many warningsErwin Coumans2017-01-151-2/+3
* remove some memory leaks in example code.Erwin Coumans2017-01-101-0/+12
* update pybullet quickstart quide PDFErwin Coumans2016-12-312-0/+4
* immediately propagate forward kinematics + collision world transform, after '...Erwin Coumans2016-11-061-1/+4
* fix issue in DNA copy, reduce number of test iterations.erwincoumans2016-11-041-1/+1
* work-in-progresserwincoumans2016-11-0411-6/+340
* Merge remote-tracking branch 'bp/master'erwin coumans2016-10-192-3/+6
|\
| * Add USE_SOFT_BODY_MULTI_BODY_DYNAMICS_WORLD option.yunfeibai2016-10-181-1/+4
| * Move btSoftMultiBodyDynamicsWorld to BulletSoftBody.yunfeibai2016-10-172-4/+4
| * More fixyunfeibai2016-10-171-3/+3
| * More fix for integration test.yunfeibai2016-10-171-1/+1
| * Fix error in integration test.yunfeibai2016-10-171-1/+1
* | first version of 'getVisualShapeData' to get visual shape information to allo...erwin coumans2016-10-181-0/+16
|/
* Create project file for BussIK inverse kinematics library (premake, cmake)erwin coumans2016-09-082-3/+13
* [InverseDynamics] Support for Jacobians & derivativesErwin Coumans2016-08-254-11/+468
* Add premake support to build pybullet, Windows and Linux tested, will enable ...erwin coumans2016-08-092-45/+49
* prepare robotics learning examples, see examples/RoboticsLearning/b3RobotSimA...erwin coumans2016-07-111-1/+2
* Physics runs in a separate thread from rendering in PhysicsServerExample (pre...erwin coumans2016-07-071-1/+1
* tweaks in pybullet and shared memory C-API:Erwin Coumans (Google)2016-06-241-2/+2
* add one more test, related to b3CreatePoseCommandInitErwin Coumans2016-06-201-1/+21
* fix cmake and premake build systems, after adding texture support in SDF,Erwin Coumans2016-06-193-4/+13
* fix some issues related to controlling a robot/multibody beyond body index 0Erwin Coumans2016-06-161-1/+1
* implement getJointInfo for objects loaded through SDFErwin Coumans2016-06-151-2/+12
* work-in-progress send object/joint information after loading SDF fileErwin Coumans2016-06-141-1/+18
* fix cmake builderwin coumans2016-06-011-1/+10
* update to tinyrenderer synthetic cameraerwin coumans2016-05-312-5/+25
* Expose a better API to allow any render engine to be used for the physics sim...erwin coumans2016-05-193-3/+7
* fix premake buildErwin Coumans2016-05-131-2/+44
* handle window closing in InProcessPhysicsClientSharedMemoryMainThreadErwin Coumans2016-04-191-8/+15
* run GUI on main thread for Mac OSX/__APPLE__, due to OS limitationErwin Coumans2016-04-141-1/+6
* add a few lines of documentation and some error checks in SharedMemory APIErwin Coumans2016-04-131-6/+10
* turn test/SharedMemory/test.c into a gtest for CI unit testing in githubErwin Coumans2016-03-154-31/+152
* fixes in SharedMemory unit test, premake build issue on LinuxErwin Coumans2016-03-152-14/+15
* Allow InProcessExampleBrowser to use a malloc allocated memory block, instead...erwincoumans2016-03-101-1/+16
* quick draft implementation for SharedMemoryInProcessPhysicsC_APIerwincoumans2016-03-072-4/+60
* add a Pendulum example that is also used as unit test.Erwin Coumans2016-01-063-1/+65
* fixes in test/SharedMemoryErwin Coumans2015-12-152-9/+8
* Merge pull request #546 from erwincoumans/mastererwincoumans2015-12-071-1/+0
|\
| * fix C++11 issueErwin Coumans2015-12-071-1/+0
* | Merge pull request #548 from AndrewMeadows/fix-cmake-whitespaceerwincoumans2015-12-072-7/+7
|\ \
| * | fix whitespace formatting in cmake filesAndrew Meadows2015-12-072-7/+7
| |/
* | fix whitespace formattingAndrew Meadows2015-12-071-2/+2
* | fix cmake to succeed with -DBUILD_BULLET3=0Andrew Meadows2015-12-071-2/+6
|/
* remove dependency on gflags, C++11 from test_invdyn_bullet.cppErwin Coumans2015-12-022-10/+82
* add pthread dependency for gtest-based tests for non-Windows platformserwincoumans2015-11-242-0/+6
* add collision and inverse dynamics unit tests to cmake, .travis.yml and appve...erwincoumans2015-11-245-6/+73
* consistent *API.* in examples/SharedMemoryErwin Coumans2015-11-231-3/+3
* Merge branch 'master' of https://github.com/erwincoumans/bullet3erwincoumans2015-11-223-0/+521
|\
| * fix InverseDynamics/test_invdyn_kinematics.cpp for single/double precision bu...erwincoumans2015-11-191-10/+28