#include </home/runner/work/yarp-documentation/yarp-documentation/yarp/src/guis/yarpmotorgui/piddlg.h>
|
| void | sendStiffness (int, double, double) |
| |
| void | sendForceOffset (int, double) |
| |
| void | sendPositionPid (int jointIndex, Pid pid) |
| |
| void | sendVelocityPid (int jointIndex, Pid pid) |
| |
| void | sendTorquePid (int jointIndex, Pid, MotorTorqueParameters newTorqueParam) |
| |
| void | sendPWM (int jointIndex, double dutyVal) |
| |
| void | sendCurrent (int jointIndex, int currentVal) |
| |
| void | sendCurrentPid (int jointIndex, Pid pid) |
| |
| void | sendSingleRemoteVariable (std::string key, yarp::os::Bottle val) |
| |
| void | refreshPids (int jointIndex) |
| |
| void | updateAllRemoteVariables () |
| |
| void | dumpRemoteVariables () |
| |
|
| | PidDlg (QString partname, int jointIndex, QString jointName, QWidget *parent=0) |
| |
| | ~PidDlg () |
| |
| void | initPosition (Pid myPid) |
| |
| void | initVelocity (Pid myPid) |
| |
| void | initTorque (Pid myPid, MotorTorqueParameters TorqueParam) |
| |
| void | initCurrent (Pid myPid) |
| |
| void | initStiffness (double curStiffVal, double minStiff, double maxStiff, double curDampVal, double minDamp, double maxDamp) |
| |
| void | initTorqueOffset (double curForceVal, double minForce, double maxForce) |
| |
| void | initPWM (double pwmVal, double pwm) |
| |
| void | initRemoteVariables (IRemoteVariables *iVar) |
| |
Definition at line 29 of file piddlg.h.
◆ PidDlg()
| PidDlg::PidDlg |
( |
QString |
partname, |
|
|
int |
jointIndex, |
|
|
QString |
jointName, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
|
explicit |
◆ ~PidDlg()
◆ dumpRemoteVariables
| void PidDlg::dumpRemoteVariables |
( |
| ) |
|
|
signal |
◆ initCurrent()
| void PidDlg::initCurrent |
( |
Pid |
myPid | ) |
|
◆ initPosition()
| void PidDlg::initPosition |
( |
Pid |
myPid | ) |
|
◆ initPWM()
| void PidDlg::initPWM |
( |
double |
pwmVal, |
|
|
double |
pwm |
|
) |
| |
◆ initRemoteVariables()
◆ initStiffness()
| void PidDlg::initStiffness |
( |
double |
curStiffVal, |
|
|
double |
minStiff, |
|
|
double |
maxStiff, |
|
|
double |
curDampVal, |
|
|
double |
minDamp, |
|
|
double |
maxDamp |
|
) |
| |
◆ initTorque()
◆ initTorqueOffset()
| void PidDlg::initTorqueOffset |
( |
double |
curForceVal, |
|
|
double |
minForce, |
|
|
double |
maxForce |
|
) |
| |
◆ initVelocity()
| void PidDlg::initVelocity |
( |
Pid |
myPid | ) |
|
◆ refreshPids
| void PidDlg::refreshPids |
( |
int |
jointIndex | ) |
|
|
signal |
◆ sendCurrent
| void PidDlg::sendCurrent |
( |
int |
jointIndex, |
|
|
int |
currentVal |
|
) |
| |
|
signal |
◆ sendCurrentPid
| void PidDlg::sendCurrentPid |
( |
int |
jointIndex, |
|
|
Pid |
pid |
|
) |
| |
|
signal |
◆ sendForceOffset
| void PidDlg::sendForceOffset |
( |
int |
, |
|
|
double |
|
|
) |
| |
|
signal |
◆ sendPositionPid
| void PidDlg::sendPositionPid |
( |
int |
jointIndex, |
|
|
Pid |
pid |
|
) |
| |
|
signal |
◆ sendPWM
| void PidDlg::sendPWM |
( |
int |
jointIndex, |
|
|
double |
dutyVal |
|
) |
| |
|
signal |
◆ sendSingleRemoteVariable
◆ sendStiffness
| void PidDlg::sendStiffness |
( |
int |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
signal |
◆ sendTorquePid
◆ sendVelocityPid
| void PidDlg::sendVelocityPid |
( |
int |
jointIndex, |
|
|
Pid |
pid |
|
) |
| |
|
signal |
◆ updateAllRemoteVariables
| void PidDlg::updateAllRemoteVariables |
( |
| ) |
|
|
signal |
The documentation for this class was generated from the following files: