#include <yarp/os/Network.h>
#include <yarp/os/Port.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/Time.h>
#include <yarp/os/Vocab.h>
#include <yarp/dev/ControlBoardInterfaces.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/os/LogStream.h>
#include <yarp/os/Log.h>
#include <string>
Go to the source code of this file.
|
void | handleTorqueMsg (ITorqueControl *itq, IPidControl *ipid, const yarp::os::Bottle &cmd, yarp::os::Bottle &response, bool *rec, bool *ok) |
|
void | handleImpedanceMsg (IImpedanceControl *iimp, const yarp::os::Bottle &cmd, yarp::os::Bottle &response, bool *rec, bool *ok) |
|
void | handleControlModeMsg (IControlMode *icm, const yarp::os::Bottle &cmd, yarp::os::Bottle &response, bool *rec, bool *ok) |
|
void | handleControlModeMsg_DEBUG (IControlMode *icm, const yarp::os::Bottle &cmd, yarp::os::Bottle &response, bool *rec, bool *ok) |
|
void | handleInteractionModeMsg (IInteractionMode *_iInteract, const yarp::os::Bottle &cmd, yarp::os::Bottle &response, bool *rec, bool *ok) |
|
int | main (int argc, char *argv[]) |
|
◆ VOCAB_HELP
#define VOCAB_HELP yarp::os::createVocab32('h','e','l','p') |
◆ VOCAB_ICONTROLMODE_DEBUG
#define VOCAB_ICONTROLMODE_DEBUG yarp::os::createVocab32('i','c','d','d') |
◆ VOCAB_QUIT
#define VOCAB_QUIT yarp::os::createVocab32('q','u','i','t') |
◆ handleControlModeMsg()
void handleControlModeMsg |
( |
IControlMode * |
icm, |
|
|
const yarp::os::Bottle & |
cmd, |
|
|
yarp::os::Bottle & |
response, |
|
|
bool * |
rec, |
|
|
bool * |
ok |
|
) |
| |
◆ handleControlModeMsg_DEBUG()
void handleControlModeMsg_DEBUG |
( |
IControlMode * |
icm, |
|
|
const yarp::os::Bottle & |
cmd, |
|
|
yarp::os::Bottle & |
response, |
|
|
bool * |
rec, |
|
|
bool * |
ok |
|
) |
| |
◆ handleImpedanceMsg()
void handleImpedanceMsg |
( |
IImpedanceControl * |
iimp, |
|
|
const yarp::os::Bottle & |
cmd, |
|
|
yarp::os::Bottle & |
response, |
|
|
bool * |
rec, |
|
|
bool * |
ok |
|
) |
| |
◆ handleInteractionModeMsg()
void handleInteractionModeMsg |
( |
IInteractionMode * |
_iInteract, |
|
|
const yarp::os::Bottle & |
cmd, |
|
|
yarp::os::Bottle & |
response, |
|
|
bool * |
rec, |
|
|
bool * |
ok |
|
) |
| |
◆ handleTorqueMsg()
void handleTorqueMsg |
( |
ITorqueControl * |
itq, |
|
|
IPidControl * |
ipid, |
|
|
const yarp::os::Bottle & |
cmd, |
|
|
yarp::os::Bottle & |
response, |
|
|
bool * |
rec, |
|
|
bool * |
ok |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ jnts