Feedback controller for an inverted pendulum.
More...
#include <dynamic-graph/tutorial/feedback-controller.hh>
Feedback controller for an inverted pendulum.
This class implements a feedback control for the inverted pendulum represented by class InvertedPendulum
◆ FeedbackController()
dynamicgraph::tutorial::FeedbackController::FeedbackController |
( |
const std::string & |
inName | ) |
|
◆ ~FeedbackController()
dynamicgraph::tutorial::FeedbackController::~FeedbackController |
( |
| ) |
|
◆ getClassName()
virtual const std::string& dynamicgraph::tutorial::FeedbackController::getClassName |
( |
void |
| ) |
const |
|
inlinevirtual |
Each entity should provide the name of the class it belongs to.
◆ getDocString()
virtual std::string dynamicgraph::tutorial::FeedbackController::getDocString |
( |
| ) |
const |
|
inlinevirtual |
Header documentation of the python class.
◆ getGain()
::dynamicgraph::Matrix dynamicgraph::tutorial::FeedbackController::getGain |
( |
| ) |
const |
|
inline |
◆ setGain()
void dynamicgraph::tutorial::FeedbackController::setGain |
( |
const ::dynamicgraph::Matrix & |
inGain | ) |
|
|
inline |
◆ CLASS_NAME
const std::string dynamicgraph::tutorial::FeedbackController::CLASS_NAME |
|
static |
The documentation for this class was generated from the following file: