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

Update robotfpe.h

parent 40166cc2
Branches
Tags
No related merge requests found
class robotfpe : public robot class robotfpe : public robot
{ {
switch-on-off boolean bool on-off,moving,grasppos;
moving boolean string planninggroup;
grasppos boolean
planninggroup string
//constructor //constructor
robotfpe() robotfpe()
{ { on-off=1;
moving=0;
grasppos=1;
} }
} }
\ 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