#include </home/runner/work/yarp-documentation/yarp-documentation/yarp/src/guis/yarpmotorgui/jointitem.h>
|
| enum | JointState {
Idle = 0
,
Position
,
PositionDirect
,
Mixed
,
Velocity
,
Torque
,
Pwm
,
Current
,
Disconnected
,
HwFault
,
Calibrating
,
CalibDone
,
NotConfigured
,
Configured
,
Unknown
,
StateStarting
} |
| |
| enum | JointInteraction {
Stiff
,
Compliant
,
InteractionStarting
} |
| |
|
| void | calibClicked (JointItem *joint) |
| |
| void | pidClicked (JointItem *joint) |
| |
| void | homeClicked (JointItem *joint) |
| |
| void | idleClicked (JointItem *joint) |
| |
| void | runClicked (JointItem *joint) |
| |
| void | changeMode (int mode, JointItem *joint) |
| |
| void | changeInteraction (int interaction, JointItem *joint) |
| |
| void | sliderTrajectoryPositionCommand (double val, int jointIndex) |
| |
| void | sliderMixedPositionCommand (double val, int jointIndex) |
| |
| void | sliderMixedVelocityCommand (double val, int jointIndex) |
| |
| void | sliderDirectPositionCommand (double val, int jointIndex) |
| |
| void | sliderTrajectoryVelocityCommand (double val, int jointIndex) |
| |
| void | sliderTorqueCommand (double val, int jointIndex) |
| |
| void | sliderPWMCommand (double val, int jointIndex) |
| |
| void | sliderCurrentCommand (double val, int jointIndex) |
| |
| void | sliderVelocityCommand (double val, int jointIndex) |
| |
|
| bool | eventFilter (QObject *obj, QEvent *event) override |
| |
Definition at line 28 of file jointitem.h.
◆ JointInteraction
| Enumerator |
|---|
| Stiff | |
| Compliant | |
| InteractionStarting | |
Definition at line 35 of file jointitem.h.
◆ JointState
| Enumerator |
|---|
| Idle | |
| Position | |
| PositionDirect | |
| Mixed | |
| Velocity | |
| Torque | |
| Pwm | |
| Current | |
| Disconnected | |
| HwFault | |
| Calibrating | |
| CalibDone | |
| NotConfigured | |
| Configured | |
| Unknown | |
| StateStarting | |
Definition at line 33 of file jointitem.h.
◆ JointItem()
| JointItem::JointItem |
( |
int |
index, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
|
explicit |
◆ ~JointItem()
| JointItem::~JointItem |
( |
| ) |
|
◆ calibClicked
| void JointItem::calibClicked |
( |
JointItem * |
joint | ) |
|
|
signal |
◆ changeInteraction
| void JointItem::changeInteraction |
( |
int |
interaction, |
|
|
JointItem * |
joint |
|
) |
| |
|
signal |
◆ changeMode
| void JointItem::changeMode |
( |
int |
mode, |
|
|
JointItem * |
joint |
|
) |
| |
|
signal |
◆ disableCurrentSliderDouble()
| void JointItem::disableCurrentSliderDouble |
( |
| ) |
|
◆ disablePositionSliderDouble()
| void JointItem::disablePositionSliderDouble |
( |
| ) |
|
◆ disableTorqueSliderDouble()
| void JointItem::disableTorqueSliderDouble |
( |
| ) |
|
◆ disableTrajectoryVelocitySliderDouble()
| void JointItem::disableTrajectoryVelocitySliderDouble |
( |
| ) |
|
◆ disableVelocitySliderDouble()
| void JointItem::disableVelocitySliderDouble |
( |
| ) |
|
◆ enableControlCurrent()
| void JointItem::enableControlCurrent |
( |
bool |
control | ) |
|
◆ enableControlMixed()
| void JointItem::enableControlMixed |
( |
bool |
control | ) |
|
◆ enableControlPositionDirect()
| void JointItem::enableControlPositionDirect |
( |
bool |
control | ) |
|
◆ enableControlPWM()
| void JointItem::enableControlPWM |
( |
bool |
control | ) |
|
◆ enableControlTorque()
| void JointItem::enableControlTorque |
( |
bool |
control | ) |
|
◆ enableControlVelocity()
| void JointItem::enableControlVelocity |
( |
bool |
control | ) |
|
◆ enableCurrentSliderDoubleAuto()
| void JointItem::enableCurrentSliderDoubleAuto |
( |
| ) |
|
◆ enableCurrentSliderDoubleValue()
| void JointItem::enableCurrentSliderDoubleValue |
( |
double |
value | ) |
|
◆ enablePositionSliderDoubleAuto()
| void JointItem::enablePositionSliderDoubleAuto |
( |
| ) |
|
◆ enablePositionSliderDoubleValue()
| void JointItem::enablePositionSliderDoubleValue |
( |
double |
value | ) |
|
◆ enableTorqueSliderDoubleAuto()
| void JointItem::enableTorqueSliderDoubleAuto |
( |
| ) |
|
◆ enableTorqueSliderDoubleValue()
| void JointItem::enableTorqueSliderDoubleValue |
( |
double |
value | ) |
|
◆ enableTrajectoryVelocitySliderDoubleAuto()
| void JointItem::enableTrajectoryVelocitySliderDoubleAuto |
( |
| ) |
|
◆ enableTrajectoryVelocitySliderDoubleValue()
| void JointItem::enableTrajectoryVelocitySliderDoubleValue |
( |
double |
value | ) |
|
◆ enableVelocitySliderDoubleAuto()
| void JointItem::enableVelocitySliderDoubleAuto |
( |
| ) |
|
◆ enableVelocitySliderDoubleValue()
| void JointItem::enableVelocitySliderDoubleValue |
( |
double |
value | ) |
|
◆ eventFilter()
| bool JointItem::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
event |
|
) |
| |
|
overrideprotected |
◆ getJointIndex()
| int JointItem::getJointIndex |
( |
| ) |
|
◆ getJointName()
| QString JointItem::getJointName |
( |
| ) |
|
◆ GetModeColor()
◆ GetModeString()
| QString JointItem::GetModeString |
( |
JointState |
mode | ) |
|
|
static |
◆ getTrajectoryPositionValue()
| double JointItem::getTrajectoryPositionValue |
( |
| ) |
|
◆ getTrajectoryVelocityValue()
| double JointItem::getTrajectoryVelocityValue |
( |
| ) |
|
◆ home()
◆ homeClicked
| void JointItem::homeClicked |
( |
JointItem * |
joint | ) |
|
|
signal |
◆ idle()
◆ idleClicked
| void JointItem::idleClicked |
( |
JointItem * |
joint | ) |
|
|
signal |
◆ pidClicked
| void JointItem::pidClicked |
( |
JointItem * |
joint | ) |
|
|
signal |
◆ resetTarget()
| void JointItem::resetTarget |
( |
| ) |
|
◆ run()
◆ runClicked
| void JointItem::runClicked |
( |
JointItem * |
joint | ) |
|
|
signal |
◆ sequenceActivated()
| void JointItem::sequenceActivated |
( |
| ) |
|
◆ sequenceStopped()
| void JointItem::sequenceStopped |
( |
| ) |
|
◆ setCurrent()
| void JointItem::setCurrent |
( |
double |
meas | ) |
|
◆ setCurrentRange()
| void JointItem::setCurrentRange |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
◆ setCurrentsVisible()
| void JointItem::setCurrentsVisible |
( |
bool |
visible | ) |
|
◆ setDutyCycles()
| void JointItem::setDutyCycles |
( |
double |
duty | ) |
|
◆ setDutyVisible()
| void JointItem::setDutyVisible |
( |
bool |
visible | ) |
|
◆ setEnabledOptions()
| void JointItem::setEnabledOptions |
( |
bool |
debug_param_enabled, |
|
|
bool |
speedview_param_enabled, |
|
|
bool |
enable_calib_all |
|
) |
| |
◆ setJointInteraction()
◆ setJointName()
| void JointItem::setJointName |
( |
QString |
name | ) |
|
◆ setJointState()
| void JointItem::setJointState |
( |
JointState |
newState | ) |
|
◆ setMotorPosition()
| void JointItem::setMotorPosition |
( |
double |
meas | ) |
|
◆ setMotorPositionVisible()
| void JointItem::setMotorPositionVisible |
( |
bool |
visible | ) |
|
◆ setNumberOfPositionSliderDecimals()
| void JointItem::setNumberOfPositionSliderDecimals |
( |
size_t |
num | ) |
|
◆ setPosition()
| void JointItem::setPosition |
( |
double |
val | ) |
|
◆ setPositionRange()
| void JointItem::setPositionRange |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
◆ setPWMRange()
| void JointItem::setPWMRange |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
◆ setRefCurrent()
| void JointItem::setRefCurrent |
( |
double |
ref | ) |
|
◆ setRefPWM()
| void JointItem::setRefPWM |
( |
double |
ref | ) |
|
◆ setRefTorque()
| void JointItem::setRefTorque |
( |
double |
ref | ) |
|
◆ setRefTrajectoryPosition()
| void JointItem::setRefTrajectoryPosition |
( |
double |
ref | ) |
|
◆ setRefTrajectorySpeed()
| void JointItem::setRefTrajectorySpeed |
( |
double |
ref | ) |
|
◆ setRefVelocitySpeed()
| void JointItem::setRefVelocitySpeed |
( |
double |
ref | ) |
|
◆ setSpeed()
| void JointItem::setSpeed |
( |
double |
val | ) |
|
◆ setSpeedVisible()
| void JointItem::setSpeedVisible |
( |
bool |
visible | ) |
|
◆ setTorque()
| void JointItem::setTorque |
( |
double |
meas | ) |
|
◆ setTorqueRange()
| void JointItem::setTorqueRange |
( |
double |
max | ) |
|
◆ setTrajectoryVelocityRange()
| void JointItem::setTrajectoryVelocityRange |
( |
double |
max | ) |
|
◆ setUnits()
◆ setVelocityRange()
| void JointItem::setVelocityRange |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
◆ showPID()
| void JointItem::showPID |
( |
| ) |
|
◆ sliderCurrentCommand
| void JointItem::sliderCurrentCommand |
( |
double |
val, |
|
|
int |
jointIndex |
|
) |
| |
|
signal |
◆ sliderDirectPositionCommand
| void JointItem::sliderDirectPositionCommand |
( |
double |
val, |
|
|
int |
jointIndex |
|
) |
| |
|
signal |
◆ sliderMixedPositionCommand
| void JointItem::sliderMixedPositionCommand |
( |
double |
val, |
|
|
int |
jointIndex |
|
) |
| |
|
signal |
◆ sliderMixedVelocityCommand
| void JointItem::sliderMixedVelocityCommand |
( |
double |
val, |
|
|
int |
jointIndex |
|
) |
| |
|
signal |
◆ sliderPWMCommand
| void JointItem::sliderPWMCommand |
( |
double |
val, |
|
|
int |
jointIndex |
|
) |
| |
|
signal |
◆ sliderTorqueCommand
| void JointItem::sliderTorqueCommand |
( |
double |
val, |
|
|
int |
jointIndex |
|
) |
| |
|
signal |
◆ sliderTrajectoryPositionCommand
| void JointItem::sliderTrajectoryPositionCommand |
( |
double |
val, |
|
|
int |
jointIndex |
|
) |
| |
|
signal |
◆ sliderTrajectoryVelocityCommand
| void JointItem::sliderTrajectoryVelocityCommand |
( |
double |
val, |
|
|
int |
jointIndex |
|
) |
| |
|
signal |
◆ sliderVelocityCommand
| void JointItem::sliderVelocityCommand |
( |
double |
val, |
|
|
int |
jointIndex |
|
) |
| |
|
signal |
◆ updateJointFault()
| void JointItem::updateJointFault |
( |
int |
i, |
|
|
std::string |
message |
|
) |
| |
◆ updateMotionDone()
| void JointItem::updateMotionDone |
( |
bool |
done | ) |
|
◆ viewPositionTargetBox()
| void JointItem::viewPositionTargetBox |
( |
bool |
visible | ) |
|
◆ viewPositionTargetValue()
| void JointItem::viewPositionTargetValue |
( |
bool |
visible | ) |
|
The documentation for this class was generated from the following files: