Widget to control joints via application of a velocity PID controller.  
 More...
#include <JointControlWidget.hh>
|  | 
| void | OnChanged (double _value) | 
|  | Callback when the value of velocity slider changed.  More... 
 | 
|  | 
| void | OnDChanged (double _value) | 
|  | Callback when the value of D gain slider changed.  More... 
 | 
|  | 
| void | OnIChanged (double _value) | 
|  | Callback when the value of I gain slider changed.  More... 
 | 
|  | 
| void | OnPChanged (double _value) | 
|  | Callback when the value of P gain slider changed.  More... 
 | 
|  | 
|  | 
| void | changed (double _value, const std::string &_name) | 
|  | QT changed signal, used to report the change to the joint controller widget.  More... 
 | 
|  | 
| void | dChanged (double _value, const std::string &_name) | 
|  | QT changed signal, used to report the change to the joint controller widget.  More... 
 | 
|  | 
| void | iChanged (double _value, const std::string &_name) | 
|  | QT changed signal, used to report the change to the joint controller widget.  More... 
 | 
|  | 
| void | pChanged (double _value, const std::string &_name) | 
|  | QT changed signal, used to report the change to the joint controller widget.  More... 
 | 
|  | 
Widget to control joints via application of a velocity PID controller. 
      
        
          | gazebo::gui::JointPIDVelControl::JointPIDVelControl | ( | const std::string & | _name, | 
        
          |  |  | QGridLayout * | _layout, | 
        
          |  |  | QWidget * | _parent, | 
        
          |  |  | int | _index | 
        
          |  | ) |  |  | 
      
 
Constructor. 
- Parameters
- 
  
    | [in] | _name | Name of the joint. |  | [in] | _layout | Layout to add the control to. |  | [in] | _parent | Parent of the widget. |  | [in] | _index | Row index into the grid layout. |  
 
 
 
  
  | 
        
          | void gazebo::gui::JointPIDVelControl::changed | ( | double | _value, |  
          |  |  | const std::string & | _name |  
          |  | ) |  |  |  | signal | 
 
QT changed signal, used to report the change to the joint controller widget. 
- Parameters
- 
  
    | [in] | _value | Value of the slider. |  | [in] | _name | Name of the joint. |  
 
 
 
  
  | 
        
          | void gazebo::gui::JointPIDVelControl::dChanged | ( | double | _value, |  
          |  |  | const std::string & | _name |  
          |  | ) |  |  |  | signal | 
 
QT changed signal, used to report the change to the joint controller widget. 
- Parameters
- 
  
    | [in] | _value | Value of the slider. |  | [in] | _name | Name of the joint. |  
 
 
 
  
  | 
        
          | void gazebo::gui::JointPIDVelControl::iChanged | ( | double | _value, |  
          |  |  | const std::string & | _name |  
          |  | ) |  |  |  | signal | 
 
QT changed signal, used to report the change to the joint controller widget. 
- Parameters
- 
  
    | [in] | _value | Value of the slider. |  | [in] | _name | Name of the joint. |  
 
 
 
  
  | 
        
          | void gazebo::gui::JointPIDVelControl::OnChanged | ( | double | _value | ) |  |  | slot | 
 
Callback when the value of velocity slider changed. 
- Parameters
- 
  
    | [in] | _value | Value of the slider. |  
 
 
 
  
  | 
        
          | void gazebo::gui::JointPIDVelControl::OnDChanged | ( | double | _value | ) |  |  | slot | 
 
Callback when the value of D gain slider changed. 
- Parameters
- 
  
    | [in] | _value | Value of the slider. |  
 
 
 
  
  | 
        
          | void gazebo::gui::JointPIDVelControl::OnIChanged | ( | double | _value | ) |  |  | slot | 
 
Callback when the value of I gain slider changed. 
- Parameters
- 
  
    | [in] | _value | Value of the slider. |  
 
 
 
  
  | 
        
          | void gazebo::gui::JointPIDVelControl::OnPChanged | ( | double | _value | ) |  |  | slot | 
 
Callback when the value of P gain slider changed. 
- Parameters
- 
  
    | [in] | _value | Value of the slider. |  
 
 
 
  
  | 
        
          | void gazebo::gui::JointPIDVelControl::pChanged | ( | double | _value, |  
          |  |  | const std::string & | _name |  
          |  | ) |  |  |  | signal | 
 
QT changed signal, used to report the change to the joint controller widget. 
- Parameters
- 
  
    | [in] | _value | Value of the slider. |  | [in] | _name | Name of the joint. |  
 
 
 
      
        
          | void gazebo::gui::JointPIDVelControl::Reset | ( |  | ) |  | 
      
 
 
The documentation for this class was generated from the following file: