iCub-main
|
#include <iCubSimulationControl.h>
Public Member Functions | |
iCubSimulationControl () | |
Default constructor. More... | |
virtual | ~iCubSimulationControl () |
Destructor. More... | |
virtual bool | open (yarp::os::Searchable &config) |
Open the device driver and start communication with the hardware. More... | |
virtual bool | close (void) |
virtual bool | getEncodersTimedRaw (double *encs, double *stamps) |
virtual bool | getEncoderTimedRaw (int j, double *encs, double *stamp) |
virtual bool | setPidRaw (const PidControlTypeEnum &pidtype, int j, const Pid &pid) override |
virtual bool | setPidsRaw (const PidControlTypeEnum &pidtype, const Pid *pids) override |
virtual bool | setPidReferenceRaw (const PidControlTypeEnum &pidtype, int j, double ref) override |
cmd is a SingleAxis pointer with 1 double arg More... | |
virtual bool | setPidReferencesRaw (const PidControlTypeEnum &pidtype, const double *refs) override |
virtual bool | setPidErrorLimitRaw (const PidControlTypeEnum &pidtype, int j, double limit) override |
virtual bool | setPidErrorLimitsRaw (const PidControlTypeEnum &pidtype, const double *limits) override |
virtual bool | getPidErrorRaw (const PidControlTypeEnum &pidtype, int j, double *err) override |
virtual bool | getPidErrorsRaw (const PidControlTypeEnum &pidtype, double *errs) override |
virtual bool | getPidOutputRaw (const PidControlTypeEnum &pidtype, int j, double *out) override |
virtual bool | getPidOutputsRaw (const PidControlTypeEnum &pidtype, double *outs) override |
virtual bool | getPidRaw (const PidControlTypeEnum &pidtype, int j, Pid *pid) override |
virtual bool | getPidsRaw (const PidControlTypeEnum &pidtype, Pid *pids) override |
virtual bool | getPidReferenceRaw (const PidControlTypeEnum &pidtype, int j, double *ref) override |
virtual bool | getPidReferencesRaw (const PidControlTypeEnum &pidtype, double *refs) override |
virtual bool | getPidErrorLimitRaw (const PidControlTypeEnum &pidtype, int j, double *limit) override |
virtual bool | getPidErrorLimitsRaw (const PidControlTypeEnum &pidtype, double *limits) override |
virtual bool | resetPidRaw (const PidControlTypeEnum &pidtype, int j) override |
virtual bool | disablePidRaw (const PidControlTypeEnum &pidtype, int j) override |
virtual bool | enablePidRaw (const PidControlTypeEnum &pidtype, int j) override |
virtual bool | setPidOffsetRaw (const PidControlTypeEnum &pidtype, int j, double v) override |
virtual bool | isPidEnabledRaw (const PidControlTypeEnum &pidtype, int j, bool *enabled) override |
virtual bool | getAxes (int *ax) override |
POSITION CONTROL INTERFACE RAW. More... | |
virtual bool | positionMoveRaw (int j, double ref) override |
virtual bool | positionMoveRaw (const double *refs) override |
virtual bool | relativeMoveRaw (int j, double delta) override |
virtual bool | relativeMoveRaw (const double *deltas) override |
virtual bool | checkMotionDoneRaw (bool *flag) override |
virtual bool | checkMotionDoneRaw (int j, bool *flag) override |
virtual bool | setRefSpeedRaw (int j, double sp) override |
virtual bool | setRefSpeedsRaw (const double *spds) override |
virtual bool | setRefAccelerationRaw (int j, double acc) override |
virtual bool | setRefAccelerationsRaw (const double *accs) override |
virtual bool | getRefSpeedRaw (int j, double *ref) override |
virtual bool | getRefSpeedsRaw (double *spds) override |
virtual bool | getRefAccelerationRaw (int j, double *acc) override |
virtual bool | getRefAccelerationsRaw (double *accs) override |
virtual bool | stopRaw (int j) override |
virtual bool | stopRaw () override |
virtual bool | positionMoveRaw (const int n_joint, const int *joints, const double *refs) override |
virtual bool | relativeMoveRaw (const int n_joint, const int *joints, const double *deltas) override |
virtual bool | checkMotionDoneRaw (const int n_joint, const int *joints, bool *flags) override |
virtual bool | setRefSpeedsRaw (const int n_joint, const int *joints, const double *spds) override |
virtual bool | setRefAccelerationsRaw (const int n_joint, const int *joints, const double *accs) override |
virtual bool | getRefSpeedsRaw (const int n_joint, const int *joints, double *spds) override |
virtual bool | getRefAccelerationsRaw (const int n_joint, const int *joints, double *accs) override |
virtual bool | stopRaw (const int n_joint, const int *joints) override |
virtual bool | getTargetPositionRaw (const int joint, double *ref) override |
virtual bool | getTargetPositionsRaw (double *refs) override |
virtual bool | getTargetPositionsRaw (const int n_joint, const int *joints, double *refs) override |
virtual bool | velocityMoveRaw (int j, double sp) override |
for each axis More... | |
virtual bool | velocityMoveRaw (const double *sp) override |
cmd is an array of double of length njoints specifying speed for each axis More... | |
virtual bool | velocityMoveRaw (const int n_joint, const int *joints, const double *spds) override |
virtual bool | getRefVelocityRaw (const int joint, double *ref) override |
virtual bool | getRefVelocitiesRaw (double *refs) override |
virtual bool | getRefVelocitiesRaw (const int n_joint, const int *joints, double *refs) override |
virtual bool | resetEncoderRaw (int j) override |
virtual bool | resetEncodersRaw () override |
virtual bool | setEncoderRaw (int j, double val) override |
virtual bool | setEncodersRaw (const double *vals) override |
virtual bool | getEncoderRaw (int j, double *v) override |
virtual bool | getEncodersRaw (double *encs) override |
virtual bool | getEncoderSpeedRaw (int j, double *sp) override |
virtual bool | getEncoderSpeedsRaw (double *spds) override |
virtual bool | getEncoderAccelerationRaw (int j, double *spds) override |
virtual bool | getEncoderAccelerationsRaw (double *accs) override |
virtual bool | getRemoteVariableRaw (std::string key, yarp::os::Bottle &val) override |
virtual bool | setRemoteVariableRaw (std::string key, const yarp::os::Bottle &val) override |
virtual bool | getRemoteVariablesListRaw (yarp::os::Bottle *listOfKeys) override |
virtual bool | getNumberOfMotorEncodersRaw (int *num) override |
virtual bool | resetMotorEncoderRaw (int m) override |
virtual bool | resetMotorEncodersRaw () override |
virtual bool | setMotorEncoderRaw (int m, const double val) override |
virtual bool | setMotorEncodersRaw (const double *vals) override |
virtual bool | getMotorEncoderRaw (int m, double *v) override |
virtual bool | setMotorEncoderCountsPerRevolutionRaw (int m, const double cpr) override |
virtual bool | getMotorEncoderCountsPerRevolutionRaw (int m, double *cpr) override |
virtual bool | getMotorEncodersRaw (double *encs) override |
virtual bool | getMotorEncoderSpeedRaw (int m, double *sp) override |
virtual bool | getMotorEncoderSpeedsRaw (double *spds) override |
virtual bool | getMotorEncoderAccelerationRaw (int m, double *spds) override |
virtual bool | getMotorEncoderAccelerationsRaw (double *accs) override |
virtual bool | getMotorEncodersTimedRaw (double *encs, double *stamps) override |
virtual bool | getMotorEncoderTimedRaw (int m, double *encs, double *stamp) override |
virtual bool | enableAmpRaw (int j) override |
virtual bool | disableAmpRaw (int j) override |
virtual bool | getCurrentsRaw (double *vals) override |
virtual bool | getCurrentRaw (int j, double *val) override |
virtual bool | setMaxCurrentRaw (int j, double val) override |
virtual bool | getMaxCurrentRaw (int j, double *val) override |
virtual bool | getAmpStatusRaw (int *st) override |
virtual bool | getAmpStatusRaw (int k, int *st) override |
virtual bool | getPWMRaw (int j, double *val) override |
virtual bool | getPWMLimitRaw (int j, double *val) override |
virtual bool | setPWMLimitRaw (int j, const double val) override |
virtual bool | getPowerSupplyVoltageRaw (int j, double *val) override |
virtual bool | calibrateAxisWithParamsRaw (int axis, unsigned int type, double p1, double p2, double p3) override |
virtual bool | calibrationDoneRaw (int j) override |
virtual bool | setLimitsRaw (int axis, double min, double max) override |
virtual bool | getLimitsRaw (int axis, double *min, double *max) override |
virtual bool | setVelLimitsRaw (int axis, double min, double max) override |
virtual bool | getVelLimitsRaw (int axis, double *min, double *max) override |
virtual bool | getAxisNameRaw (int axis, std::string &name) override |
virtual bool | getJointTypeRaw (int axis, yarp::dev::JointTypeEnum &type) override |
virtual bool | getNumberOfMotorsRaw (int *m) override |
IMotor. More... | |
virtual bool | getTemperatureRaw (int m, double *val) override |
virtual bool | getTemperaturesRaw (double *vals) override |
virtual bool | getTemperatureLimitRaw (int m, double *temp) override |
virtual bool | setTemperatureLimitRaw (int m, const double temp) override |
virtual bool | getPeakCurrentRaw (int m, double *val) override |
virtual bool | setPeakCurrentRaw (int m, const double val) override |
virtual bool | getNominalCurrentRaw (int m, double *val) override |
virtual bool | setNominalCurrentRaw (int m, const double val) override |
virtual bool | getTorqueRaw (int, double *) override |
virtual bool | getTorquesRaw (double *) override |
virtual bool | getTorqueRangeRaw (int, double *, double *) override |
virtual bool | getTorqueRangesRaw (double *, double *) override |
virtual bool | setRefTorquesRaw (const double *) override |
virtual bool | setRefTorqueRaw (int, double) override |
virtual bool | setRefTorquesRaw (const int n_joint, const int *joints, const double *t) override |
virtual bool | getRefTorquesRaw (double *) override |
virtual bool | getRefTorqueRaw (int, double *) override |
virtual bool | getMotorTorqueParamsRaw (int j, MotorTorqueParameters *params) override |
virtual bool | setMotorTorqueParamsRaw (int j, const MotorTorqueParameters params) override |
virtual bool | getControlModeRaw (int j, int *mode) override |
virtual bool | getControlModesRaw (int *modes) override |
virtual bool | getControlModesRaw (const int n_joint, const int *joints, int *modes) override |
virtual bool | setControlModeRaw (const int j, const int mode) override |
virtual bool | setControlModesRaw (const int n_joint, const int *joints, int *modes) override |
virtual bool | setControlModesRaw (int *modes) override |
virtual bool | getInteractionModeRaw (int axis, yarp::dev::InteractionModeEnum *mode) override |
virtual bool | getInteractionModesRaw (int n_joints, int *joints, yarp::dev::InteractionModeEnum *modes) override |
virtual bool | getInteractionModesRaw (yarp::dev::InteractionModeEnum *modes) override |
virtual bool | setInteractionModeRaw (int axis, yarp::dev::InteractionModeEnum mode) override |
virtual bool | setInteractionModesRaw (int n_joints, int *joints, yarp::dev::InteractionModeEnum *modes) override |
virtual bool | setInteractionModesRaw (yarp::dev::InteractionModeEnum *modes) override |
virtual bool | setPositionRaw (int j, double ref) override |
virtual bool | setPositionsRaw (const int n_joint, const int *joints, const double *refs) override |
virtual bool | setPositionsRaw (const double *refs) override |
virtual bool | getRefPositionRaw (const int joint, double *ref) override |
virtual bool | getRefPositionsRaw (double *refs) override |
virtual bool | getRefPositionsRaw (const int n_joint, const int *joints, double *refs) override |
virtual bool | setRefDutyCycleRaw (int j, double v) override |
virtual bool | setRefDutyCyclesRaw (const double *v) override |
virtual bool | getRefDutyCycleRaw (int j, double *v) override |
virtual bool | getRefDutyCyclesRaw (double *v) override |
virtual bool | getDutyCycleRaw (int j, double *v) override |
virtual bool | getDutyCyclesRaw (double *v) override |
virtual bool | getCurrentRangeRaw (int j, double *min, double *max) override |
virtual bool | getCurrentRangesRaw (double *min, double *max) override |
virtual bool | setRefCurrentsRaw (const double *t) override |
virtual bool | setRefCurrentRaw (int j, double t) override |
virtual bool | setRefCurrentsRaw (const int n_joint, const int *joints, const double *t) override |
virtual bool | getRefCurrentsRaw (double *t) override |
virtual bool | getRefCurrentRaw (int j, double *t) override |
void | jointStep () |
Public Attributes | |
int | verbosity |
Static Protected Attributes | |
static const int | positionUpdateRate = 100 |
Definition at line 77 of file iCubSimulationControl.h.
iCubSimulationControl::iCubSimulationControl | ( | ) |
Default constructor.
Construction is done in two stages, first build the object and then open the device driver.
Definition at line 55 of file iCubSimulationControl.cpp.
|
virtual |
Destructor.
Definition at line 80 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1657 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1662 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1065 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1288 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1082 of file iCubSimulationControl.cpp.
|
virtual |
Definition at line 345 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1592 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 962 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1597 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 952 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1668 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1676 of file iCubSimulationControl.cpp.
|
overridevirtual |
POSITION CONTROL INTERFACE RAW.
Definition at line 579 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1885 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2121 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2142 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2133 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2424 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2438 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1612 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1603 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2391 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2404 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1462 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1454 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1396 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1442 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1434 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1379 of file iCubSimulationControl.cpp.
|
virtual |
Definition at line 1417 of file iCubSimulationControl.cpp.
|
virtual |
Definition at line 1427 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2200 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2206 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2216 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1899 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1702 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1642 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1580 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1571 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1527 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1503 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1559 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1550 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1494 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1533 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1543 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1990 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 865 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1516 of file iCubSimulationControl.cpp.
|
overridevirtual |
IMotor.
Definition at line 829 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 855 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 937 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 942 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 706 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 733 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 743 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 816 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 610 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 895 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 928 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 635 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 890 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 880 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 875 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1149 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1865 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1153 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2488 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2480 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2370 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2383 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1240 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1258 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1247 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1129 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1312 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1140 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1978 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1969 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1230 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1220 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1213 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1715 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1803 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1181 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1203 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1193 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 845 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 835 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 840 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1927 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1931 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1911 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1920 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1833 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 824 of file iCubSimulationControl.cpp.
void iCubSimulationControl::jointStep | ( | ) |
Definition at line 470 of file iCubSimulationControl.cpp.
|
virtual |
Open the device driver and start communication with the hardware.
config | is a Searchable object containing the list of parameters. |
Definition at line 87 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1042 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1268 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 967 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1057 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1278 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1052 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1369 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1374 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1484 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1489 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 947 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2150 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2179 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2189 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1359 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1364 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2226 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2233 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2243 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1689 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1627 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1522 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1474 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1479 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2007 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 870 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 860 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 696 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 701 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 957 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 585 of file iCubSimulationControl.cpp.
|
overridevirtual |
cmd is a SingleAxis pointer with 1 double arg
Definition at line 654 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 686 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 644 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2254 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2338 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2328 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 885 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1121 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1125 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1855 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2457 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2449 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2470 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2349 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 2362 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1097 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1112 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1302 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1945 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1935 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1959 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1770 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 850 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1820 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1170 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1875 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1157 of file iCubSimulationControl.cpp.
|
overridevirtual |
cmd is an array of double of length njoints specifying speed for each axis
Definition at line 1349 of file iCubSimulationControl.cpp.
|
overridevirtual |
Definition at line 1845 of file iCubSimulationControl.cpp.
|
overridevirtual |
for each axis
Definition at line 1324 of file iCubSimulationControl.cpp.
|
protected |
Definition at line 377 of file iCubSimulationControl.h.
|
protected |
Definition at line 380 of file iCubSimulationControl.h.
|
protected |
Definition at line 381 of file iCubSimulationControl.h.
|
protected |
Definition at line 379 of file iCubSimulationControl.h.
|
protected |
Definition at line 450 of file iCubSimulationControl.h.
|
protected |
Definition at line 446 of file iCubSimulationControl.h.
|
protected |
Definition at line 444 of file iCubSimulationControl.h.
|
protected |
Definition at line 479 of file iCubSimulationControl.h.
|
protected |
Definition at line 472 of file iCubSimulationControl.h.
|
protected |
Definition at line 396 of file iCubSimulationControl.h.
|
protected |
Definition at line 397 of file iCubSimulationControl.h.
|
protected |
Definition at line 406 of file iCubSimulationControl.h.
|
protected |
Definition at line 384 of file iCubSimulationControl.h.
|
protected |
Definition at line 388 of file iCubSimulationControl.h.
|
protected |
Definition at line 400 of file iCubSimulationControl.h.
|
protected |
Definition at line 407 of file iCubSimulationControl.h.
|
protected |
Definition at line 385 of file iCubSimulationControl.h.
|
protected |
Definition at line 389 of file iCubSimulationControl.h.
|
protected |
Definition at line 401 of file iCubSimulationControl.h.
|
protected |
Definition at line 484 of file iCubSimulationControl.h.
|
protected |
Definition at line 451 of file iCubSimulationControl.h.
|
protected |
Definition at line 453 of file iCubSimulationControl.h.
|
protected |
Definition at line 457 of file iCubSimulationControl.h.
|
protected |
Definition at line 408 of file iCubSimulationControl.h.
|
protected |
Definition at line 402 of file iCubSimulationControl.h.
|
protected |
Definition at line 409 of file iCubSimulationControl.h.
|
protected |
Definition at line 403 of file iCubSimulationControl.h.
|
protected |
Definition at line 469 of file iCubSimulationControl.h.
|
protected |
Definition at line 473 of file iCubSimulationControl.h.
|
protected |
Definition at line 475 of file iCubSimulationControl.h.
|
protected |
Definition at line 474 of file iCubSimulationControl.h.
|
protected |
Definition at line 458 of file iCubSimulationControl.h.
|
protected |
Definition at line 459 of file iCubSimulationControl.h.
|
protected |
Definition at line 480 of file iCubSimulationControl.h.
|
protected |
Definition at line 374 of file iCubSimulationControl.h.
|
protected |
Definition at line 487 of file iCubSimulationControl.h.
|
protected |
Definition at line 463 of file iCubSimulationControl.h.
|
protected |
Definition at line 462 of file iCubSimulationControl.h.
|
protected |
Definition at line 410 of file iCubSimulationControl.h.
|
protected |
Definition at line 412 of file iCubSimulationControl.h.
|
protected |
Definition at line 375 of file iCubSimulationControl.h.
|
protected |
Definition at line 467 of file iCubSimulationControl.h.
|
protected |
Definition at line 456 of file iCubSimulationControl.h.
|
protected |
Definition at line 455 of file iCubSimulationControl.h.
|
protected |
Definition at line 486 of file iCubSimulationControl.h.
|
protected |
Definition at line 477 of file iCubSimulationControl.h.
|
protected |
encoder zeros
Definition at line 449 of file iCubSimulationControl.h.
|
protected |
Definition at line 416 of file iCubSimulationControl.h.
|
protected |
Definition at line 426 of file iCubSimulationControl.h.
|
protected |
Definition at line 421 of file iCubSimulationControl.h.
|
protected |
Definition at line 434 of file iCubSimulationControl.h.
|
protected |
Definition at line 432 of file iCubSimulationControl.h.
|
protected |
Definition at line 482 of file iCubSimulationControl.h.
|
staticprotected |
Definition at line 441 of file iCubSimulationControl.h.
|
protected |
Definition at line 392 of file iCubSimulationControl.h.
|
protected |
Definition at line 393 of file iCubSimulationControl.h.
|
protected |
Definition at line 411 of file iCubSimulationControl.h.
|
protected |
Definition at line 413 of file iCubSimulationControl.h.
|
protected |
Definition at line 417 of file iCubSimulationControl.h.
|
protected |
Definition at line 422 of file iCubSimulationControl.h.
|
protected |
Definition at line 418 of file iCubSimulationControl.h.
|
protected |
Definition at line 423 of file iCubSimulationControl.h.
|
protected |
Definition at line 427 of file iCubSimulationControl.h.
|
protected |
Definition at line 471 of file iCubSimulationControl.h.
|
protected |
Definition at line 470 of file iCubSimulationControl.h.
|
protected |
Definition at line 476 of file iCubSimulationControl.h.
|
protected |
Definition at line 468 of file iCubSimulationControl.h.
|
protected |
Definition at line 430 of file iCubSimulationControl.h.
|
protected |
Definition at line 483 of file iCubSimulationControl.h.
|
protected |
Definition at line 466 of file iCubSimulationControl.h.
|
protected |
Definition at line 437 of file iCubSimulationControl.h.
|
protected |
Definition at line 465 of file iCubSimulationControl.h.
|
protected |
Definition at line 464 of file iCubSimulationControl.h.
|
protected |
Definition at line 485 of file iCubSimulationControl.h.
|
protected |
Definition at line 460 of file iCubSimulationControl.h.
int yarp::dev::iCubSimulationControl::verbosity |
Definition at line 366 of file iCubSimulationControl.h.
|
protected |
Definition at line 448 of file iCubSimulationControl.h.