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

T

parent 5da8f7ab
No related branches found
No related tags found
No related merge requests found
Pipeline #19033 passed
...@@ -161,6 +161,10 @@ namespace armarx ...@@ -161,6 +161,10 @@ namespace armarx
<< delta << "\nfactor: " << factor << "\n====\n"; << delta << "\nfactor: " << factor << "\n====\n";
std::string s = ss.str(); std::string s = ss.str();
ARMARX_RT_LOGF_IMPORTANT("%s", s.c_str()); ARMARX_RT_LOGF_IMPORTANT("%s", s.c_str());
if (state.norm() > oldState.norm())
{
ARMARX_RT_LOGF_IMPORTANT("!!!!NORM INVALID!!!!");
}
// throw LocalException("haeee"); // throw LocalException("haeee");
// } // }
......
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