|
franky 1.1.4
A High-Level Motion API for Franka
|
Runtime-adjustable gains for a nullspace task. More...
#include <cartesian_impedance_base.hpp>
Public Attributes | |
| Vector7d | posture_stiffness {Vector7d::Zero()} |
| std::optional< Vector7d > | posture_damping {std::nullopt} |
| std::optional< double > | posture_max_torque {std::nullopt} |
| double | manipulability_gain {0.0} |
| double | manipulability_damping {0.0} |
| std::optional< double > | manipulability_max_torque {std::nullopt} |
Runtime-adjustable gains for a nullspace task.
| double franky::NullspaceGains::manipulability_damping {0.0} |
| double franky::NullspaceGains::manipulability_gain {0.0} |
| std::optional<double> franky::NullspaceGains::manipulability_max_torque {std::nullopt} |
| std::optional<Vector7d> franky::NullspaceGains::posture_damping {std::nullopt} |
| std::optional<double> franky::NullspaceGains::posture_max_torque {std::nullopt} |
| Vector7d franky::NullspaceGains::posture_stiffness {Vector7d::Zero()} |