#include <jog_joint_panel.h>
Public Member Functions | |
JogJointPanel (QWidget *parent=0) | |
virtual void | load (const rviz::Config &config) |
virtual void | onInitialize () |
virtual void | save (rviz::Config config) const |
Public Member Functions inherited from rviz::Panel | |
virtual QString | getClassId () const |
virtual QString | getDescription () const |
virtual QString | getName () const |
void | initialize (VisualizationManager *manager) |
Panel (QWidget *parent=0) | |
virtual void | setClassId (const QString &class_id) |
virtual void | setDescription (const QString &description) |
virtual void | setName (const QString &name) |
virtual | ~Panel () |
Protected Slots | |
void | publish () |
void | respondEnable (bool checked) |
void | update () |
void | updateJoint () |
Protected Member Functions | |
void | fillNumericLabel (QLineEdit *label, double value) |
QLineEdit * | makeNumericLabel () |
Protected Attributes | |
std::string | controller_name_ |
std::string | frame_id_ |
QPushButton * | jog_button_ |
int | jog_joint_num_ |
ros::Publisher | jog_joint_pub_ |
std::vector< JogSlider * > | jog_slider_ |
std::vector< double > | jog_value_ |
std::vector< QLabel * > | joint_label_ |
std::vector< std::string > | joint_name_ |
Protected Attributes inherited from rviz::Panel | |
VisualizationManager * | vis_manager_ |
Additional Inherited Members | |
Signals inherited from rviz::Panel | |
void | configChanged () |
Definition at line 19 of file jog_joint_panel.h.
jog_controller::JogJointPanel::JogJointPanel | ( | QWidget * | parent = 0 | ) |
Definition at line 16 of file jog_joint_panel.cpp.
|
protected |
Definition at line 181 of file jog_joint_panel.cpp.
|
virtual |
Reimplemented from rviz::Panel.
Definition at line 169 of file jog_joint_panel.cpp.
|
protected |
Definition at line 174 of file jog_joint_panel.cpp.
|
virtual |
Reimplemented from rviz::Panel.
Definition at line 100 of file jog_joint_panel.cpp.
|
protectedslot |
Definition at line 114 of file jog_joint_panel.cpp.
|
protectedslot |
Definition at line 152 of file jog_joint_panel.cpp.
|
virtual |
Reimplemented from rviz::Panel.
Definition at line 164 of file jog_joint_panel.cpp.
|
protectedslot |
Definition at line 106 of file jog_joint_panel.cpp.
|
protectedslot |
Definition at line 110 of file jog_joint_panel.cpp.
|
protected |
Definition at line 40 of file jog_joint_panel.h.
|
protected |
Definition at line 43 of file jog_joint_panel.h.
|
protected |
Definition at line 36 of file jog_joint_panel.h.
|
protected |
Definition at line 42 of file jog_joint_panel.h.
|
protected |
Definition at line 45 of file jog_joint_panel.h.
|
protected |
Definition at line 38 of file jog_joint_panel.h.
|
protected |
Definition at line 44 of file jog_joint_panel.h.
|
protected |
Definition at line 37 of file jog_joint_panel.h.
|
protected |
Definition at line 41 of file jog_joint_panel.h.