diff --git a/src/datalink/worldobject.h b/src/datalink/worldobject.h index fe1f2b992ffa14380bee5a3a5790d9b1ab857339..96f83cd3b83e7c4c3c3b109d858afefc00a08440 100644 --- a/src/datalink/worldobject.h +++ b/src/datalink/worldobject.h @@ -1,14 +1,15 @@ #include <vector> #ifndef ROBOT_MODELS_WO_H #define ROBOT_MODELS_WO_H -#include </home/nikhil/panda_gazebo_workspace/src/zero/src/datalink/quaternion.h> +#include "quaternion.h" using namespace std; class worldobject { public: - vector<float> p1,h3;// saw no purpose of using h3 here in WO ,its used seperately in hand class + vector<float> p1;// saw no purpose of using h3 here in WO ,its used seperately in hand class + std::string name; double x,y,z,w; //no need of constructor here