add forceFixedBase option for URDF import example

This commit is contained in:
Erwin Coumans
2015-07-07 15:39:36 -07:00
parent 272ffeb232
commit 7f4beba7ee
7 changed files with 30 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ public:
virtual ~BulletURDFImporter();
virtual bool loadURDF(const char* fileName);
virtual bool loadURDF(const char* fileName, bool forceFixedBase = false);
const char* getPathPrefix();