Skip to content
Snippets Groups Projects
Commit 18a2969f authored by Mirko Wächter's avatar Mirko Wächter
Browse files

added doc string

parent 783dcc56
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,14 @@ namespace armarx
VirtualRobot::JacobiProvider::InverseJacobiMethod invJacMethod = VirtualRobot::JacobiProvider::eSVD;
};
/**
* @brief OptimizeNullspace
* @param tcp
* @param rns
* @param target target pose in root frame of the robot
* @param args
* @return
*/
static bool OptimizeNullspace(const VirtualRobot::RobotNodePtr& tcp, const VirtualRobot::RobotNodeSetPtr& rns, const Eigen::Matrix4f& target, const NullspaceOptimizationArgs& args = NullspaceOptimizationArgs());
CartesianPositionController posController;
......
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