Public Attributes | |
boost::shared_ptr< TwoDofControllerInterface > | controller |
double | dq |
double | max_dq |
double | max_transition_dq |
double | min_dq |
double | min_transition_dq |
double | recovery_dq |
controller_state_t | state |
double | transition_dq |
Private Member Functions | |
bool | updateParam (double &_param, const double &_new_value) |
Private Attributes | |
std::string | error_prefix |
Definition at line 78 of file MotorTorqueController.h.
MotorTorqueController::MotorController::MotorController | ( | ) |
Definition at line 396 of file MotorTorqueController.cpp.
MotorTorqueController::MotorController::~MotorController | ( | ) |
Definition at line 408 of file MotorTorqueController.cpp.
double MotorTorqueController::MotorController::getMotorControllerDq | ( | void | ) |
Definition at line 553 of file MotorTorqueController.cpp.
bool MotorTorqueController::MotorController::getTwoDofControllerDynamiccsModelParam | ( | TwoDofControllerDynamicsModel::TwoDofControllerDynamicsModelParam & | _param | ) |
Definition at line 501 of file MotorTorqueController.cpp.
bool MotorTorqueController::MotorController::getTwoDofControllerParam | ( | TwoDofController::TwoDofControllerParam & | _param | ) |
Definition at line 418 of file MotorTorqueController.cpp.
bool MotorTorqueController::MotorController::getTwoDofControllerPDModelParam | ( | TwoDofControllerPDModel::TwoDofControllerPDModelParam & | _param | ) |
Definition at line 458 of file MotorTorqueController.cpp.
Definition at line 547 of file MotorTorqueController.cpp.
void MotorTorqueController::MotorController::setupTwoDofController | ( | TwoDofController::TwoDofControllerParam & | _param | ) |
Definition at line 412 of file MotorTorqueController.cpp.
void MotorTorqueController::MotorController::setupTwoDofControllerDynamicsModel | ( | TwoDofControllerDynamicsModel::TwoDofControllerDynamicsModelParam & | _param | ) |
Definition at line 495 of file MotorTorqueController.cpp.
void MotorTorqueController::MotorController::setupTwoDofControllerPDModel | ( | TwoDofControllerPDModel::TwoDofControllerPDModelParam & | _param | ) |
Definition at line 452 of file MotorTorqueController.cpp.
|
private |
Definition at line 538 of file MotorTorqueController.cpp.
bool MotorTorqueController::MotorController::updateTwoDofControllerDynamiccsModelParam | ( | TwoDofControllerDynamicsModel::TwoDofControllerDynamicsModelParam & | _param | ) |
Definition at line 517 of file MotorTorqueController.cpp.
bool MotorTorqueController::MotorController::updateTwoDofControllerParam | ( | TwoDofController::TwoDofControllerParam & | _param | ) |
Definition at line 432 of file MotorTorqueController.cpp.
bool MotorTorqueController::MotorController::updateTwoDofControllerPDModelParam | ( | TwoDofControllerPDModel::TwoDofControllerPDModelParam & | _param | ) |
Definition at line 474 of file MotorTorqueController.cpp.
boost::shared_ptr<TwoDofControllerInterface> MotorTorqueController::MotorController::controller |
Definition at line 82 of file MotorTorqueController.h.
double MotorTorqueController::MotorController::dq |
Definition at line 84 of file MotorTorqueController.h.
|
private |
Definition at line 108 of file MotorTorqueController.h.
double MotorTorqueController::MotorController::max_dq |
Definition at line 88 of file MotorTorqueController.h.
double MotorTorqueController::MotorController::max_transition_dq |
Definition at line 90 of file MotorTorqueController.h.
double MotorTorqueController::MotorController::min_dq |
Definition at line 87 of file MotorTorqueController.h.
double MotorTorqueController::MotorController::min_transition_dq |
Definition at line 89 of file MotorTorqueController.h.
double MotorTorqueController::MotorController::recovery_dq |
Definition at line 86 of file MotorTorqueController.h.
controller_state_t MotorTorqueController::MotorController::state |
Definition at line 83 of file MotorTorqueController.h.
double MotorTorqueController::MotorController::transition_dq |
Definition at line 85 of file MotorTorqueController.h.