diff --git a/examples/Importers/ImportURDFDemo/BulletUrdfImporter.h b/examples/Importers/ImportURDFDemo/BulletUrdfImporter.h index 2309d6a6f..c26d30184 100644 --- a/examples/Importers/ImportURDFDemo/BulletUrdfImporter.h +++ b/examples/Importers/ImportURDFDemo/BulletUrdfImporter.h @@ -15,19 +15,19 @@ class BulletURDFImporter : public URDFImporterInterface public: - BulletURDFImporter::BulletURDFImporter(struct GUIHelperInterface* helper, LinkVisualShapesConverter* customConverter, btScalar globalScaling); + BulletURDFImporter(struct GUIHelperInterface* helper, LinkVisualShapesConverter* customConverter, btScalar globalScaling); virtual ~BulletURDFImporter(); virtual bool loadURDF(const char* fileName, bool forceFixedBase = false); - //warning: some quick test to load SDF: we 'activate' a model, so we can re-use URDF code path - virtual bool loadSDF(const char* fileName, bool forceFixedBase = false); - virtual int getNumModels() const; - virtual void activateModel(int modelIndex); - virtual void setBodyUniqueId(int bodyId); - virtual int getBodyUniqueId() const; + //warning: some quick test to load SDF: we 'activate' a model, so we can re-use URDF code path + virtual bool loadSDF(const char* fileName, bool forceFixedBase = false); + virtual int getNumModels() const; + virtual void activateModel(int modelIndex); + virtual void setBodyUniqueId(int bodyId); + virtual int getBodyUniqueId() const; const char* getPathPrefix(); void printTree(); //for debugging