Function franka::computeLowerLimitsJointVelocity

Function Documentation

inline std::array<double, 7> franka::computeLowerLimitsJointVelocity(const std::array<double, 7> &q)

Computes the minimum joint velocity based on joint position

Deprecated:

This function is deprecated and will be removed in future versions. Use Robot::getlowerJointVelocityLimits(const std::array<double, 7UL> &joint_positions) instead (if applicable).

Parameters:

q[in] joint position.

Returns:

Lower limits of joint velocity at the given joint position.