ROBOOP::Proportional_Derivative Class Reference#include <controller.h>
List of all members.
Detailed Description
Proportional derivative controller class.
The driving torques can be expressed as
where , are diagonal positive definie matrix.
Definition at line 248 of file controller.h.
Constructor & Destructor Documentation
ROBOOP::Proportional_Derivative::Proportional_Derivative |
( |
const short |
dof = 1 |
) |
|
|
Member Function Documentation
short ROBOOP::Proportional_Derivative::set_Kd |
( |
const DiagonalMatrix & |
Kd_ |
) |
|
|
short ROBOOP::Proportional_Derivative::set_Kp |
( |
const DiagonalMatrix & |
Kp_ |
) |
|
|
Member Data Documentation
The documentation for this class was generated from the following files:
|