Skip to content
Snippets Groups Projects
Commit 8b45065d authored by armar6-user's avatar armar6-user
Browse files

removed debug output

parent 8eb05a3c
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ using namespace armarx;
CartesianVelocityController::CartesianVelocityController(const VirtualRobot::RobotNodeSetPtr& rns, const VirtualRobot::RobotNodePtr& tcp)
: rns(rns)
{
ARMARX_IMPORTANT << VAROUT(rns->getRobot()->getRootNode());
//ARMARX_IMPORTANT << VAROUT(rns->getRobot()->getRootNode());
ik.reset(new VirtualRobot::DifferentialIK(rns, rns->getRobot()->getRootNode(), VirtualRobot::JacobiProvider::eSVDDamped));
this->tcp = tcp ? tcp : rns->getTCP();
......
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