#include <yarp/dev/ControlBoardInterfaces.h>
#include <yarp/dev/Drivers.h>
#include <yarp/dev/ISerialDevice.h>
#include <yarp/dev/PolyDriver.h>
#include <cstdio>
#include <cstdlib>
#include <cstring>
Go to the source code of this file.
|
bool | movessc32 (int j, double ref, double *positions, double *speeds, ISerialDevice *serial) |
|
bool | moveminissc (int j, double ref, double *positions, double *speeds, ISerialDevice *serial) |
|
bool | movepontech (int j, double ref, double *positions, double *speeds, ISerialDevice *serial) |
|
bool | movemondotronic (int j, double ref, double *positions, double *speeds, ISerialDevice *serial) |
|
bool | movepololu (int j, double ref, double *positions, double *speeds, ISerialDevice *serial) |
|
bool | movepicopic (int j, double ref, double *positions, double *speeds, ISerialDevice *serial) |
|
◆ FABS
#define FABS |
( |
|
x | ) |
(x >= 0 ? x : -x) |
◆ MINISSC
◆ MONDOTRONICSMI
◆ PICOPIC
◆ POLOLUUSB16
◆ PONTECHSV203X
◆ round
#define round |
( |
|
x | ) |
((x) >= 0 ? (int)((x) + 0.5) : (int)((x)-0.5)) |
◆ SSC32
◆ moveminissc()
bool moveminissc |
( |
int |
j, |
|
|
double |
ref, |
|
|
double * |
positions, |
|
|
double * |
speeds, |
|
|
ISerialDevice * |
serial |
|
) |
| |
◆ movemondotronic()
bool movemondotronic |
( |
int |
j, |
|
|
double |
ref, |
|
|
double * |
positions, |
|
|
double * |
speeds, |
|
|
ISerialDevice * |
serial |
|
) |
| |
◆ movepicopic()
bool movepicopic |
( |
int |
j, |
|
|
double |
ref, |
|
|
double * |
positions, |
|
|
double * |
speeds, |
|
|
ISerialDevice * |
serial |
|
) |
| |
◆ movepololu()
bool movepololu |
( |
int |
j, |
|
|
double |
ref, |
|
|
double * |
positions, |
|
|
double * |
speeds, |
|
|
ISerialDevice * |
serial |
|
) |
| |
◆ movepontech()
bool movepontech |
( |
int |
j, |
|
|
double |
ref, |
|
|
double * |
positions, |
|
|
double * |
speeds, |
|
|
ISerialDevice * |
serial |
|
) |
| |
◆ movessc32()
bool movessc32 |
( |
int |
j, |
|
|
double |
ref, |
|
|
double * |
positions, |
|
|
double * |
speeds, |
|
|
ISerialDevice * |
serial |
|
) |
| |