| 
    franky 1.1.2
    
   A High-Level Motion API for Franka 
   | 
 
Parameters for the impedance motion. More...
#include <impedance_motion.hpp>
  
Public Attributes | |
| ReferenceType | target_type {ReferenceType::kAbsolute} | 
| double | translational_stiffness {2000} | 
| double | rotational_stiffness {200} | 
| Eigen::Vector< double, 6 > | force_constraints | 
| Eigen::Vector< bool, 6 > | force_constraints_active {Eigen::Vector<bool, 6>::Zero()} | 
Parameters for the impedance motion.
| Eigen::Vector<double, 6> franky::ImpedanceMotion::Params::force_constraints | 
The force constraints in [N, Nm] for each joint.
| Eigen::Vector<bool, 6> franky::ImpedanceMotion::Params::force_constraints_active {Eigen::Vector<bool, 6>::Zero()} | 
Allows to enable or disable individual force constraints.
| double franky::ImpedanceMotion::Params::rotational_stiffness {200} | 
The rotational stiffness in [1, 300] Nm/rad.
| ReferenceType franky::ImpedanceMotion::Params::target_type {ReferenceType::kAbsolute} | 
The type of the target reference (relative or absolute).
| double franky::ImpedanceMotion::Params::translational_stiffness {2000} | 
The translational stiffness in [10, 3000] N/m.