Franky 0.12.0
A High-Level Motion API for Franka
|
Global parameters for the robot. More...
#include <robot.hpp>
Public Attributes | |
RelativeDynamicsFactor | relative_dynamics_factor {1.0} |
Relative dynamics factor for the robot. | |
double | default_torque_threshold {20.0} |
Default torque threshold for collision behavior. | |
double | default_force_threshold {30.0} |
Default force threshold for collision behavior. | |
franka::ControllerMode | controller_mode {franka::ControllerMode::kJointImpedance} |
Default controller mode for the robot. | |
franka::RealtimeConfig | realtime_config {franka::RealtimeConfig::kEnforce} |
Default realtime configuration for the robot. | |
double | joint_acceleration_estimator_decay {0.9} |
Joint acceleration estimator decay. | |
Global parameters for the robot.
franka::ControllerMode franky::Robot::Params::controller_mode {franka::ControllerMode::kJointImpedance} |
Default controller mode for the robot.
See libfranka documentation for details.
double franky::Robot::Params::default_force_threshold {30.0} |
Default force threshold for collision behavior.
double franky::Robot::Params::default_torque_threshold {20.0} |
Default torque threshold for collision behavior.
double franky::Robot::Params::joint_acceleration_estimator_decay {0.9} |
Joint acceleration estimator decay.
This parameter is used to smooth the joint acceleration estimates. The acceleration estimates are computed as
franka::RealtimeConfig franky::Robot::Params::realtime_config {franka::RealtimeConfig::kEnforce} |
Default realtime configuration for the robot.
See libfranka documentation for details.
RelativeDynamicsFactor franky::Robot::Params::relative_dynamics_factor {1.0} |
Relative dynamics factor for the robot.
The maximum velocity, acceleration and jerk of the robot are scaled by the factors specified here.