#include <arm.hpp>
◆ create()
◆ pluginTypeName()
static std::string hebi::arm::plugin::ImpedanceController::pluginTypeName |
( |
| ) |
|
|
inlinestatic |
◆ onAssociated()
bool hebi::arm::plugin::ImpedanceController::onAssociated |
( |
const Arm & |
arm | ) |
|
|
overridevirtual |
◆ setGainsInEndEffectorFrame()
void hebi::arm::plugin::ImpedanceController::setGainsInEndEffectorFrame |
( |
bool |
gains_in_end_effector_frame | ) |
|
◆ gainsInEndEffectorFrame()
bool hebi::arm::plugin::ImpedanceController::gainsInEndEffectorFrame |
( |
| ) |
const |
|
inline |
◆ setKp()
bool hebi::arm::plugin::ImpedanceController::setKp |
( |
const Eigen::VectorXd & |
kp | ) |
|
◆ kp()
Eigen::VectorXd hebi::arm::plugin::ImpedanceController::kp |
( |
| ) |
const |
|
inline |
◆ setKd()
bool hebi::arm::plugin::ImpedanceController::setKd |
( |
const Eigen::VectorXd & |
kd | ) |
|
◆ kd()
Eigen::VectorXd hebi::arm::plugin::ImpedanceController::kd |
( |
| ) |
const |
|
inline |
◆ setKi()
bool hebi::arm::plugin::ImpedanceController::setKi |
( |
const Eigen::VectorXd & |
ki | ) |
|
◆ ki()
Eigen::VectorXd hebi::arm::plugin::ImpedanceController::ki |
( |
| ) |
const |
|
inline |
◆ setIClamp()
bool hebi::arm::plugin::ImpedanceController::setIClamp |
( |
const Eigen::VectorXd & |
i_clamp | ) |
|
◆ iClamp()
Eigen::VectorXd hebi::arm::plugin::ImpedanceController::iClamp |
( |
| ) |
const |
|
inline |
◆ setParam()
bool hebi::arm::plugin::ImpedanceController::setParam |
( |
const std::string & |
name, |
|
|
const Eigen::VectorXd & |
value_vector |
|
) |
| |
|
protected |
◆ applyParameterImpl() [1/2]
bool hebi::arm::plugin::ImpedanceController::applyParameterImpl |
( |
const std::string & |
name, |
|
|
bool |
value |
|
) |
| |
|
overrideprotectedvirtual |
◆ applyParameterImpl() [2/2]
bool hebi::arm::plugin::ImpedanceController::applyParameterImpl |
( |
const std::string & |
name, |
|
|
const std::vector< double > & |
value |
|
) |
| |
|
overrideprotectedvirtual |
◆ updateImpl()
bool hebi::arm::plugin::ImpedanceController::updateImpl |
( |
Arm & |
arm, |
|
|
double |
dt |
|
) |
| |
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files: