Function franka::computeUpperLimitsJointVelocity
Defined in File rate_limiting.h
Function Documentation
-
inline std::array<double, 7> franka::computeUpperLimitsJointVelocity(const std::array<double, 7> &q)
Computes the maximum joint velocity based on joint position
Note
The implementation is based on https://frankaemika.github.io/docs/control_parameters.html#limits-for-franka-research-3.
- Parameters:
q – [in] joint position.
- Returns:
Upper limits of joint velocity at the given joint position.