17 #ifndef _GAZEBO_GUI_JOINTCONTROLWIDGET_PRIVATE_HH_
18 #define _GAZEBO_GUI_JOINTCONTROLWIDGET_PRIVATE_HH_
30 class JointForceControl;
31 class JointPIDPosControl;
32 class JointPIDVelControl;
44 public: std::map<std::string, JointForceControl *>
sliders;
std::string name
Name of the joint.
Definition: JointControlWidgetPrivate.hh:94
QDoubleSpinBox * pGainSpin
Sliders for the P gain.
Definition: JointControlWidgetPrivate.hh:107
std::string name
Name of the joint.
Definition: JointControlWidgetPrivate.hh:116
Private data for the JointPIDVelControl class.
Definition: JointControlWidgetPrivate.hh:101
QDoubleSpinBox * posSpin
Slider for the position.
Definition: JointControlWidgetPrivate.hh:82
bool radians
True if the units are radians.
Definition: JointControlWidgetPrivate.hh:97
std::string name
Name of the joint.
Definition: JointControlWidgetPrivate.hh:72
QDoubleSpinBox * dGainSpin
Sliders for the D gain.
Definition: JointControlWidgetPrivate.hh:113
QDoubleSpinBox * pGainSpin
Sliders for the P gain.
Definition: JointControlWidgetPrivate.hh:85
Private data for the JointForceControl class.
Definition: JointControlWidgetPrivate.hh:69
QDoubleSpinBox * dGainSpin
Sliders for the D gain.
Definition: JointControlWidgetPrivate.hh:91
Forward declarations for transport.
QDoubleSpinBox * posSpin
Slider for the position.
Definition: JointControlWidgetPrivate.hh:104
QDoubleSpinBox * iGainSpin
Sliders for the I gain.
Definition: JointControlWidgetPrivate.hh:110
Private data for the JointPIDPosControl class.
Definition: JointControlWidgetPrivate.hh:79
boost::shared_ptr< Node > NodePtr
Definition: TransportTypes.hh:57
QDoubleSpinBox * iGainSpin
Sliders for the I gain.
Definition: JointControlWidgetPrivate.hh:88
QDoubleSpinBox * forceSpin
Joint force slider.
Definition: JointControlWidgetPrivate.hh:75
boost::shared_ptr< Publisher > PublisherPtr
Definition: TransportTypes.hh:49