Skip to content
Snippets Groups Projects
Commit 988e83af authored by Fabian Reister's avatar Fabian Reister
Browse files

typo

parent 33c50719
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ namespace armarx
CartesianVelocityControllerWithRamp(CartesianVelocityControllerWithRamp&&) = default;
CartesianVelocityControllerWithRamp& operator=(CartesianVelocityControllerWithRamp&&) = default;
[[deprecated("compued null space velocity does not match pseudo inverse svd method in simox. never use this function.")]]
[[deprecated("computed null space velocity does not match pseudo inverse svd method in simox. never use this function.")]]
void setCurrentJointVelocity(const Eigen::Ref<const Eigen::VectorXf>& currentJointVelocity);
void switchMode(const Eigen::VectorXf& currentJointVelocity, VirtualRobot::IKSolver::CartesianSelection mode);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment