gui/JointControlWidget.hh More...
#include <JointControlWidget.hh>
Inherits QWidget.
Public Member Functions | |
| JointControlWidget (QWidget *_parent=0) | |
| Constructor. More... | |
| virtual | ~JointControlWidget () |
| Destructor. More... | |
| void | SetModelName (const std::string &_modelName) |
| Set the name of the model to control. More... | |
Widget to control joints via application of force, position PID controller, or velocity PID controller.
| JointControlWidget | ( | QWidget * | _parent = 0 | ) |
Constructor.
| [in] | _parent | Pointer to the parent of the widget. |
|
virtual |
Destructor.
| void SetModelName | ( | const std::string & | _modelName | ) |
Set the name of the model to control.
| [in] | _modelName | Name of the model. |