bump up pybullet setup.py version, make B3_NO_PYTHON_FRAMEWORK default on Mac

minor fixes (arg name in header/cpp the same)
This commit is contained in:
Erwin Coumans
2017-08-18 08:53:46 -07:00
parent bc1a039d26
commit 226aaedc46
4 changed files with 5 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ class BulletURDFImporter : public URDFImporterInterface
public:
BulletURDFImporter(struct GUIHelperInterface* helper, LinkVisualShapesConverter* customConverter, btScalar globalScaling=1);
BulletURDFImporter(struct GUIHelperInterface* helper, LinkVisualShapesConverter* customConverter, double globalScaling=1);
virtual ~BulletURDFImporter();