summaryrefslogtreecommitdiff
path: root/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update btMultiBodyConstraintSolver.cpperwincoumans-patch-6erwincoumans2019-08-201-1/+1
* fix rotational friction between btMultiBody and btRigidBodyErwin Coumans2019-07-241-4/+4
* Implement 'cone friction' for the rolling friction, to avoid curved trajector...erwincoumans2019-03-031-8/+78
* fix typo in previous commiterwincoumans2018-10-061-1/+0
* btMultiBody: fix indexing issue causing wrong friction to be reported (has no...erwincoumans2018-10-061-1/+6
* Code-style consistency improvement:erwincoumans2018-09-231-720/+671
* Fix some deactivation issues with btMultiBodyDynamicsWorld, should also impro...Erwin Coumans2018-08-261-0/+3
* use the maximum square residual instead of sumErwin Coumans2018-07-241-5/+5
* Change constraint solver threshold-based termination condition on residual of...Erwin Coumans2018-07-221-2/+4
* fix uninitialized m_companionId in btMultiBody (only happens if sleeping is e...Erwin Coumans2018-06-051-1/+1
* remove printferwincoumans2018-06-011-30/+3
* Merge branch 'master' of https://github.com/erwincoumans/bullet3erwincoumans2018-06-011-2/+29
* fix fixed constraint between btMultiBody and btRigidBodyerwincoumans2018-05-291-18/+3
* Fix issue with cone friction, we had to accumulate squared residual, not just...erwincoumans2017-12-141-1/+8
* expose pybullet 'enableConeFriction' to switch between pyramid and cone frict...Erwin Coumans2017-12-011-46/+60
* fixes related to torsional friction, due to recent cone friction update.erwincoumans2017-11-281-2/+30
* Implement true implicit friction cone, instead of friction pyramid, for btMul...erwincoumans2017-11-231-51/+255
* work on pybullet/C-API createMultiBody (still preliminary, only sphere/box co...Erwin Coumans2017-06-041-32/+47
* expose pybullet changeDynamics(spinningFriction=..., rollingFriction=..., res...Erwin Coumans2017-05-261-2/+2
* minor fix in friction anchors for btMultiBodyErwin Coumans2017-03-211-6/+11
* fix issue introduced in previous commit, related toErwin Coumans2017-03-201-6/+6
* fix issue with btMultiBody friction in combination with soft contacts (fricti...Erwin Coumans2017-03-201-37/+61
* update minitaur.py to use minitaur.urdf (instead of quadruped.urdf), also sor...Erwin Coumans2017-03-151-4/+8
* fix many warningsErwin Coumans2017-01-151-2/+1
* add option to terminate PGS constraint solvers based on a least square residu...Erwin Coumans2016-12-161-7/+16
* add <restitution> in <contact> settings of URDF/SDFErwin Coumans2016-11-301-3/+4
* don't use GL_LINEAR_MIPMAP_LINEAR for shadow mapserwin coumans2016-10-141-1/+1
* ping-pong back/forward in PGS solving iterations to reduce bias in constraint...erwin coumans2016-09-281-1/+4
* separate spinning and rolling friction coefficients, exposed in URDF as spinn...Erwin Coumans2016-09-161-8/+12
* rolling friction -> combine using rolling*normal friction, add for both objects.erwincoumans2016-09-121-2/+2
* export contact friction/damping through URDF and APIErwin Coumans2016-09-021-59/+31
* implement pybullet.getContactPointData(), two optional object unique ids as f...Erwin Coumans2016-09-011-2/+2
* Merge pull request #765 from YunfeiBai/mastererwincoumans2016-09-011-6/+328
|\
| * Rolling friction demo for sphere and torsional friction demo for two point co...yunfeibai2016-08-301-7/+7
| * Add rolling friction, set rolling friction coefficient from urdf, and set up ...yunfeibai2016-08-301-6/+328
* | Disable 'm_robotSim.setNumSimulationSubSteps' because it is not needed at the...erwin coumans2016-08-271-2/+6
|/
* prepare robotics learning examples, see examples/RoboticsLearning/b3RobotSimA...erwin coumans2016-07-111-5/+6
* Support btMultiBody soft contact using ERP and CFM. Also support custom relax...erwin coumans2016-02-221-10/+13
* Enable softness for btRigidBody contacts. This is implemented by some value (...erwin coumans2016-01-221-4/+4
* b3CreateBoxCommandSetColorRGBA: allow to specify color when creating bodies t...erwincoumans2015-11-061-56/+1
* Only support btMultiBody multi-dof version (remove non-multi-dof path)erwincoumans2015-11-051-71/+42
* expose btMultiBodyConstraint applied impulse (force) on its degree of freedom...=2015-07-061-2/+10
* apply newForceTorque.diff patch: it will allow to report=2015-07-061-50/+19
* remove some warningsErwin Coumans2015-06-261-1/+0
* implement joint reaction forces for mobilizer motor/limit, by passing the con...erwin coumans2015-06-191-3/+3
* First step in btMultiBody joint force/torque feedback. There is still some wo...erwincoumans2015-06-191-11/+283
* fix a problem in the btMultiBodyConstraint related to self-collision, see alsoerwin coumans2014-12-091-13/+5
* remove a lot of warnings (more todo in demos and serialization code)Erwin Coumans2014-08-221-906/+907
* btMultiBodyConstraintSolver writes back the applied impulse for contact pointserwin coumans2014-02-241-7/+71
* fixed the multibody jitter issue + several friction-related fixeskubas2014-01-091-23/+38