|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
24 double dt =
now - last;
25 for (
int i=0; i<njoints; i++) {
26 pos[i] += vel[i] * dt;
34 yCWarning(
FAKEMOTOR,
"'test_motor' was renamed 'fakeMotor'. The old name is still supported for compatibility, but it will be deprecated and removed in a future release. Please update your scripts");
A base class for nested structures that can be searched.
#define yCWarning(component,...)
#define YARP_LOG_COMPONENT(name,...)
double now()
Return the current time in seconds, relative to an arbitrary starting point.
const yarp::os::LogComponent & FAKEMOTOR()
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
fakeMotor: A fake motor control board for testing.
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.