fix path issue with URDF2PhysX.cpp/h

This commit is contained in:
erwincoumans
2019-02-13 13:21:50 -08:00
parent 79a273f644
commit b410e44137
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
#include "../../CommonInterfaces/CommonFileIOInterface.h"
#include "../../Importers/ImportObjDemo/LoadMeshFromObj.h"
#include "../../Importers/ImportSTLDemo/LoadMeshFromSTL.h"
#include "Importers/ImportURDFDemo/UrdfParser.h"
#include "../../Importers/ImportURDFDemo/UrdfParser.h"

View File

@@ -2,7 +2,7 @@
#define URDF2PHYSX_H
#include "Bullet3Common/b3AlignedObjectArray.h"
#include "Importers/ImportURDFDemo/URDFJointTypes.h"
#include "../../Importers/ImportURDFDemo/URDFJointTypes.h"
namespace physx
{