18#include <yarp/os/all.h>
19#include <yarp/dev/all.h>
26using namespace yarp::os;
44 options.put(
"device",
"fakeyServer");
45 options.put(
"local",
"/fake_robot/fake_part");
48 return driver.isValid();
70 if (!
yarp.checkNetwork())
72 cout<<
"Error: yarp server does not seem available"<<endl;
82 return launcher.runModule(rf);
This container class launches the server part of the fake motor device in order to simulate a robot c...
bool configure(ResourceFinder &rf)
void registerFakeMotorDevices()
Register new yarp devices for fake motor handling.
Copyright (C) 2008 RobotCub Consortium.