Skip to content
Snippets Groups Projects
Commit c4c82114 authored by Nikhil Ambardar's avatar Nikhil Ambardar
Browse files

Update graspobject.h

parent cc76ef5f
No related branches found
No related tags found
No related merge requests found
#include <vector> #include "abstractobject.h"
#ifndef ROBOT_MODELS_WO_H #ifndef ROBOT_MODELS_GO_H
#define ROBOT_MODELS_WO_H #define ROBOT_MODELS_GO_H
#include "quaternion.h" class graspobject : public abstractobject
using namespace std;
class worldobject
{ {
public:
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
}; };
#endif //ROBOT_MODELS_TEST_H #endif //ROBOT_MODELS_TEST_H
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment