|
you can set the following values from outside of the rt controller via Ice interfaces More...
#include <armarx/control/common/control_law/KeypointsAdmittanceController.h>
Public Attributes | |
Eigen::Vector6f | currentForceTorque |
Eigen::VectorXf | currentKeypointPosition |
Eigen::VectorXf | desiredKeypointPosition |
Eigen::VectorXf | desiredKeypointVelocity |
Eigen::VectorXf | desiredNullspaceJointAngles |
Eigen::VectorXf | fixedTranslation |
bool | isRigid = false |
Eigen::Vector6f | kdAdmittance |
Eigen::Vector6f | kdImpedance |
Eigen::VectorXf | kdNullspace |
Eigen::VectorXf | keypointKd |
Eigen::VectorXf | keypointKp |
float | keypointPositionFilter = 1.0f |
float | keypointVelocityFilter = 1.0f |
Eigen::Vector6f | kmAdmittance |
Eigen::Vector6f | kpAdmittance |
Eigen::Vector6f | kpImpedance |
Eigen::VectorXf | kpNullspace |
std::string | nodeSetName |
int | numPoints |
keypoints related More... | |
float | qvelFilter |
float | torqueLimit |
you can set the following values from outside of the rt controller via Ice interfaces
Definition at line 37 of file KeypointsAdmittanceController.h.
Eigen::Vector6f currentForceTorque |
Definition at line 51 of file KeypointsAdmittanceController.h.
Eigen::VectorXf currentKeypointPosition |
Definition at line 62 of file KeypointsAdmittanceController.h.
Eigen::VectorXf desiredKeypointPosition |
Definition at line 63 of file KeypointsAdmittanceController.h.
Eigen::VectorXf desiredKeypointVelocity |
Definition at line 64 of file KeypointsAdmittanceController.h.
Eigen::VectorXf desiredNullspaceJointAngles |
Definition at line 52 of file KeypointsAdmittanceController.h.
Eigen::VectorXf fixedTranslation |
Definition at line 69 of file KeypointsAdmittanceController.h.
bool isRigid = false |
Definition at line 68 of file KeypointsAdmittanceController.h.
Eigen::Vector6f kdAdmittance |
Definition at line 45 of file KeypointsAdmittanceController.h.
Eigen::Vector6f kdImpedance |
Definition at line 42 of file KeypointsAdmittanceController.h.
Eigen::VectorXf kdNullspace |
Definition at line 49 of file KeypointsAdmittanceController.h.
Eigen::VectorXf keypointKd |
Definition at line 60 of file KeypointsAdmittanceController.h.
Eigen::VectorXf keypointKp |
Definition at line 59 of file KeypointsAdmittanceController.h.
float keypointPositionFilter = 1.0f |
Definition at line 65 of file KeypointsAdmittanceController.h.
float keypointVelocityFilter = 1.0f |
Definition at line 66 of file KeypointsAdmittanceController.h.
Eigen::Vector6f kmAdmittance |
Definition at line 46 of file KeypointsAdmittanceController.h.
Eigen::Vector6f kpAdmittance |
Definition at line 44 of file KeypointsAdmittanceController.h.
Eigen::Vector6f kpImpedance |
Definition at line 41 of file KeypointsAdmittanceController.h.
Eigen::VectorXf kpNullspace |
Definition at line 48 of file KeypointsAdmittanceController.h.
std::string nodeSetName |
Definition at line 39 of file KeypointsAdmittanceController.h.
int numPoints |
keypoints related
Definition at line 58 of file KeypointsAdmittanceController.h.
float qvelFilter |
Definition at line 55 of file KeypointsAdmittanceController.h.
float torqueLimit |
Definition at line 54 of file KeypointsAdmittanceController.h.