74b1044a05
move constructor for abstract class in protected
nicolaichuk
2017-03-23 14:14:14 +03:00
9360f1dca2
"btGImpactQuantizedBvh.h" divided into two files "btGImpactQuantizedBvh.h" and "btGImpactQuantizedBvhSructs.h"
nicolaichuk
2017-03-23 14:11:55 +03:00
3472a61216
"btGImpactBvh.h" divided into two files "btGImpactBvh.h" and "btGImpactBvhSructs.h"
nicolaichuk
2017-03-23 14:11:02 +03:00
b859ad7e4f
"btContactProcessing.h" divided into two files "btContactProcessing.h" and "btContactProcessingSructs.h"
nicolaichuk
2017-03-23 14:10:17 +03:00
c7834e8e25
"btAxisSweep3.h" divided into two files "btAxisSweep3.h" and "btAxisSweep3Internal.h"
nicolaichuk
2017-03-23 14:08:54 +03:00
0b017b0f53
fix issue with btMultiBody friction in combination with soft contacts (friction should not re-use normal contact cfm/erp) implement friction anchors, position friction correction, disabled by default. Use colObj->setCollisionFlag(flag | CF_HAS_FRICTION_ANCHOR); See test/RobotClientAPI/SlopeFrictionMain.cpp. In URDF or SDF, add <friction_anchor/> in <contact> section of <link> to enable. PhysicsServer: properly restore old activation state after releasing picked object btMultiBodyConstraintSolver: disable flip/flop of contact/friction constraint solving by default (it breaks some internal flaky unit tests)
Erwin Coumans
2017-03-20 10:58:07 -07:00
753f1d3d2f
Add lateral and spinning friction coefficients to gripper sdf model.
yunfeibai
2017-03-20 10:16:15 -07:00
6695268fba
Fix the issue with indentation in pr2 setup.
yunfeibai
2017-03-20 09:52:24 -07:00
59d16b2c42
expose video capture as logging command in b3RobotSimulatorClientAPI (C++) and pybullet (use STATE_LOGGING_VIDEO_MP4)
Erwin Coumans
2017-03-16 09:13:33 -07:00
b7b46b12d3
update RobotSimulator/MinitaurSetup to use data/quadruped/minitaur.urdf add b3RobotSimulatorClientAPI::getBaseVelocity and resetBaseVelocity add b3Quaternion::getEulerZYX
Erwin Coumans
2017-03-15 17:09:17 -07:00
4db6fa9e29
update minitaur.py to use minitaur.urdf (instead of quadruped.urdf), also sort the legs in the same order as real hardware added test urdf files for minitaur with all fixed joints, or fixed knees. added some stiffness/damping to minitaur legs (testing) tiny_obj_loader, don't crash on invalid texture coordinates btMultiBodyConstraintSolver: sweep back and forward to reduce asymmetry
Erwin Coumans
2017-03-15 15:38:50 -07:00
bbefc8fe7e
Apply temporary stack-memory optimization, thanks to Jim Tillander (old pull request 316 https://github.com/bulletphysics/bullet3/pull/316) You can disable this in the build system, by adding preprocessor define 'BT_DISABLE_STACK_TEMP_MEMORY'
Erwin Coumans
2017-03-13 22:27:37 -07:00
b686d1274c
fixed minor issues, added 1dof on end effector rotation. gripper is raw
Julian
2017-03-13 22:09:08 -07:00
7cc31e7c98
fixed minor issues, added 1dof on end effector rotation. gripper is raw
Julian
2017-03-13 22:08:17 -07:00
fabe09fe53
add 1 dof to kuka end effector
Julian
2017-03-13 22:04:28 -07:00
8145203222
add 1dof to kuka end effector
Julian
2017-03-13 22:04:16 -07:00
901b314a1e
clang-format pybullet.c move AccessModifierOffset to -4 (public:, private:, protected: are aligned to the left in Bullet)
Erwin Coumans
2017-03-13 16:06:52 -07:00
e36b7e02aa
Fix for issue 1007 _clang-format file and applied to HelloWorld.cpp usage: clang-format -style=file -i examples/HelloWorld/HelloWorld.cpp THere are still some issues with clang-format and its style
Erwin Coumans
2017-03-13 11:00:56 -07:00
43b0a8b6fb
Fixing a bug on Visualizer Camera and a few more
Mohi
2017-03-13 10:38:02 -07:00
839086ac84
fix type conversion warnings
Szabolcs Dombi
2017-03-13 18:30:44 +01:00
3052477c67
cast vertex data (btScalar) to float
Szabolcs Dombi
2017-03-13 18:27:57 +01:00
82495f3c84
URDF loader: reuse the same resources finder routine for TinyRendererVisualShapeConverter
Oleg Klimov
2017-03-10 18:17:38 +03:00
ca31bb2bbd
pybullet.ER_BULLET_HARDWARE_OPENGL and ER_TINY_RENDERER exposed (for getCameraImage, renderer=pybullet.ER_BULLET_HARDWARE_OPENGL) improve performance of getCameraImage when using ER_BULLET_HARDWARE_OPENGL
Erwin Coumans
2017-03-09 17:42:59 -08:00