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

Update robotfpe.h

parent 8c51e9cc
Branches
No related tags found
No related merge requests found
#include <vector>
using namespace std;
class robotfpe : public robot class robotfpe : public robot
{ {
public:
bool on-off,moving,grasppos; bool on-off,moving,grasppos;
string planninggroup; vector<char> planninggrp;
//constructor
robotfpe()
{ on-off=1;
moving=0;
grasppos=1;
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment