#include "fakeMotionControl.h"
#include <yarp/conf/environment.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/Time.h>
#include <yarp/os/LogComponent.h>
#include <yarp/os/LogStream.h>
#include <yarp/os/NetType.h>
#include <yarp/dev/Drivers.h>
#include <sstream>
#include <cstring>
Go to the source code of this file.
Macros | |
#define | NEW_JSTATUS_STRUCT 1 |
#define | VELOCITY_WATCHDOG 0.1 |
#define | OPENLOOP_WATCHDOG 0.1 |
#define | PWM_CONSTANT 0.1 |
Functions | |
static bool | NOT_YET_IMPLEMENTED (const char *txt) |
static bool | DEPRECATED (const char *txt) |
template<typename T > | |
std::string | toString (const T &value) |
convert an arbitrary type to string. | |
#define NEW_JSTATUS_STRUCT 1 |
Definition at line 25 of file fakeMotionControl.cpp.
#define OPENLOOP_WATCHDOG 0.1 |
Definition at line 27 of file fakeMotionControl.cpp.
#define PWM_CONSTANT 0.1 |
Definition at line 28 of file fakeMotionControl.cpp.
#define VELOCITY_WATCHDOG 0.1 |
Definition at line 26 of file fakeMotionControl.cpp.
Definition at line 112 of file fakeMotionControl.cpp.
Definition at line 106 of file fakeMotionControl.cpp.
convert an arbitrary type to string.
Definition at line 125 of file fakeMotionControl.cpp.