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

Update robotfpe.h

parent 2c93f880
No related branches found
No related tags found
No related merge requests found
#include </home/nikhil/panda_gazebo_workspace/src/zero/src/datalink/robot.h> #include "robot.h"
#include <vector> #include <vector>
#include<string> #include<string>
#ifndef ROBOT_MODELS_RF_H #ifndef ROBOT_MODELS_RF_H
...@@ -8,7 +8,8 @@ class robotfpe : public robot ...@@ -8,7 +8,8 @@ class robotfpe : public robot
{ {
public: public:
hand *h; hand *h=new hand;
}; };
#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