Flat Object Grasping Library (FOG)
0.2.1
|
Implements a controller for active compliance of the hand's fingers. More...
#include <finger_compliance.h>
Public Member Functions | |
FingerCompliance (std::shared_ptr< arl::robot::Robot > hand) | |
The default contructor of the controller. More... | |
void | reference (const arma::mat &ref) |
void | setPositionReference (const Eigen::Vector3d &x_ref) |
Protected Member Functions | |
void | init () |
Initializes the controller (runs only once in the beginning). More... | |
void | update () |
Runs the calculations in each controller cycle. More... | |
bool | stop () |
Private Member Functions | |
void | updateHand () |
void | updateAdmittance () |
void | updateCompliance () |
void | updateRef () |
Private Attributes | |
arma::vec | hand_torque_msr_ |
arma::vec | hand_vel_cmd_ |
arma::vec | hand_pos_msr_ |
arma::vec | hand_pos_init_ |
arma::mat | hand_gain_ |
std::vector < arl::math::Admittance > | admittance |
arma::vec | hand_pos_ref_ |
arma::vec | hand_pos_ref_prev_ |
arma::vec | hand_pos_ref_des_ |
double | admittance_position_correction |
double | admittance_zeta |
double | admittance_ts |
double | admittance_stiffness |
unsigned int | hand_control_strategy |
arl::utils::Timer | ref_timer_ |
double | ref_time_ |
double | ref_duration_ |
Implements a controller for active compliance of the hand's fingers.
fog::FingerCompliance::FingerCompliance | ( | std::shared_ptr< arl::robot::Robot > | hand | ) |
The default contructor of the controller.
hand | A pointer to the robot hand. |
|
protected |
Initializes the controller (runs only once in the beginning).
void fog::FingerCompliance::reference | ( | const arma::mat & | ref | ) |
void fog::FingerCompliance::setPositionReference | ( | const Eigen::Vector3d & | x_ref | ) |
|
protected |
|
protected |
Runs the calculations in each controller cycle.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |