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

Update robotfpe.h

parent 40166cc2
No related branches found
No related tags found
No related merge requests found
class robotfpe : public robot
{
switch-on-off boolean
moving boolean
grasppos boolean
planninggroup string
bool on-off,moving,grasppos;
string planninggroup;
//constructor
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