Skip to content
Snippets Groups Projects
Commit 448d0f67 authored by ARMAR-7 User's avatar ARMAR-7 User
Browse files

RobotUnitModuleSelfCollisionChecker: minor

parent 382cf8b8
No related branches found
No related tags found
1 merge request!389Armar7 unit / integration
......@@ -377,10 +377,10 @@ namespace armarx::RobotUnitModule
_module<ControlThread>().getEmergencyStopState() == eEmergencyStopActive;
if (inEmergencyStop || freq == 0)
{
ARMARX_INFO << deactivateSpam() << "Self collision checker: skipping check "
ARMARX_VERBOSE << deactivateSpam() << "Self collision checker: skipping check "
<< VAROUT(freq) << " " << VAROUT(inEmergencyStop);
//currently wait
std::this_thread::sleep_for(std::chrono::microseconds{1000});
std::this_thread::sleep_for(std::chrono::microseconds{1'000});
continue;
}
//update robot + check
......
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