Skip to content
Snippets Groups Projects
Commit d08ce3d1 authored by Tobias Gröger's avatar Tobias Gröger
Browse files

Test

parent b3ecd41e
No related branches found
No related tags found
No related merge requests found
Pipeline #19030 canceled
......@@ -151,16 +151,16 @@ namespace armarx
if (target == Eigen::Vector3f(0, 0, 0))
{
if (state.norm() >= oldState.norm())
{
std::cout << "Target:\n"
<< target << "\nstate:\n"
<< state << "\noldst:\n"
<< oldState << "\ndelta:\n"
<< delta << "\nfactor: " << factor << "\n";
// throw LocalException("haeee");
}
// if (state.norm() >= oldState.norm())
// {
std::cout << "====TargetZero:\nTarget:\n"
<< target << "\nstate:\n"
<< state << "\noldst:\n"
<< oldState << "\ndelta:\n"
<< delta << "\nfactor: " << factor << "\n====\n";
// throw LocalException("haeee");
// }
}
return state;
......
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