#include <ControlUi.h>
| ControlUi::ControlUi |
( |
QWidget * |
parent = 0 | ) |
|
| ControlUi::~ControlUi |
( |
| ) |
|
|
virtual |
| void ControlUi::checkKeepSendingCB |
( |
bool |
checked | ) |
|
|
slot |
| void ControlUi::checkUpdateCB |
( |
bool |
checked | ) |
|
|
slot |
| void ControlUi::configureUi |
( |
double |
override_vel_limit, |
|
|
bool |
positive_vel_only, |
|
|
bool |
no_effort, |
|
|
bool |
no_velocity, |
|
|
double |
command_noise_std_dev = 0 |
|
) |
| |
|
slot |
| void ControlUi::enableSendCBs |
( |
bool |
enable | ) |
|
|
slot |
| void ControlUi::enableUpdateCB |
( |
bool |
enable | ) |
|
|
slot |
| bool ControlUi::getGenerateJointStateUi |
( |
| ) |
|
|
inline |
| base::commands::Joints ControlUi::getJoints |
( |
| ) |
|
| void ControlUi::handleKeepSendingCheckbox |
( |
bool |
doSend | ) |
|
|
protectedslot |
| void ControlUi::handleUpdateCheckbox |
( |
bool |
update | ) |
|
|
protectedslot |
| void ControlUi::handleUserInput |
( |
std::string |
name, |
|
|
base::JointState |
state |
|
) |
| |
|
protectedslot |
| void ControlUi::initFromFile |
( |
QString |
filepath, |
|
|
QString |
mode = "auto" |
|
) |
| |
|
slot |
| void ControlUi::initFromSDF |
( |
QString |
filePath | ) |
|
|
slot |
| void ControlUi::initFromSDFString |
( |
QString |
string | ) |
|
|
slot |
| void ControlUi::initFromString |
( |
QString |
string, |
|
|
QString |
mode |
|
) |
| |
|
slot |
| void ControlUi::initFromURDF |
( |
QString |
filepath | ) |
|
|
slot |
| void ControlUi::initFromURDFString |
( |
QString |
string | ) |
|
|
slot |
| void ControlUi::initFromYaml |
( |
QString |
filepath | ) |
|
|
slot |
| void ControlUi::initModel |
( |
const base::JointLimits & |
limits | ) |
|
|
slot |
| void ControlUi::layoutJointForms |
( |
int |
columns | ) |
|
|
slot |
| void ControlUi::newVal |
( |
base::samples::Joints |
val | ) |
|
|
signal |
| void ControlUi::sendSignal |
( |
| ) |
|
|
signal |
| bool ControlUi::setGenerateJointStateUi |
( |
bool |
generate | ) |
|
|
inline |
| void ControlUi::setJointState |
( |
base::samples::Joints const & |
sample | ) |
|
| void ControlUi::setReference |
( |
const base::samples::Joints & |
sample | ) |
|
| void ControlUi::triggerSend |
( |
| ) |
|
|
protectedslot |
| double ControlUi::whiteNoise |
( |
const double |
std_dev | ) |
|
|
protected |
| QCheckBox* ControlUi::cb_keep_sending |
|
protected |
| QCheckBox* ControlUi::cb_update |
|
protected |
| base::samples::Joints ControlUi::current_joint_states |
|
protected |
| std::vector<JointForm*> ControlUi::joint_forms |
|
protected |
| QGridLayout* ControlUi::joints_layout |
|
protected |
| QScrollArea* ControlUi::joints_scroll |
|
protected |
| QWidget* ControlUi::joints_widget |
|
protected |
| QSpinBox* ControlUi::sb_columns |
|
protected |
| QPushButton* ControlUi::send_button |
|
protected |
| QCheckBox* ControlUi::send_eff |
|
protected |
| QCheckBox* ControlUi::send_pos |
|
protected |
| QCheckBox* ControlUi::send_vel |
|
protected |
| QTimer* ControlUi::sendTimer |
|
protected |
| bool ControlUi::generateJointStateUi |
|
readwrite |
The documentation for this class was generated from the following files:
- /build/rock-master-18.09-gui-control-ui-0.20170918/src/ControlUi.h
- /build/rock-master-18.09-gui-control-ui-0.20170918/src/ControlUi.cc