fix path issue with URDF2PhysX.cpp/h
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
#include "../../CommonInterfaces/CommonFileIOInterface.h"
|
#include "../../CommonInterfaces/CommonFileIOInterface.h"
|
||||||
#include "../../Importers/ImportObjDemo/LoadMeshFromObj.h"
|
#include "../../Importers/ImportObjDemo/LoadMeshFromObj.h"
|
||||||
#include "../../Importers/ImportSTLDemo/LoadMeshFromSTL.h"
|
#include "../../Importers/ImportSTLDemo/LoadMeshFromSTL.h"
|
||||||
#include "Importers/ImportURDFDemo/UrdfParser.h"
|
#include "../../Importers/ImportURDFDemo/UrdfParser.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#define URDF2PHYSX_H
|
#define URDF2PHYSX_H
|
||||||
|
|
||||||
#include "Bullet3Common/b3AlignedObjectArray.h"
|
#include "Bullet3Common/b3AlignedObjectArray.h"
|
||||||
#include "Importers/ImportURDFDemo/URDFJointTypes.h"
|
#include "../../Importers/ImportURDFDemo/URDFJointTypes.h"
|
||||||
|
|
||||||
namespace physx
|
namespace physx
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user