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

Update worldobject.h

parent e5e9ae91
No related branches found
No related tags found
No related merge requests found
#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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment