Skip to content
Snippets Groups Projects
Commit d1f38a3b authored by Fabian Reister's avatar Fabian Reister
Browse files

Merge remote-tracking branch 'origin/master' into feature/hand-unit-reload-preshapes

parents a8e7a65c afcc688f
No related branches found
No related tags found
1 merge request!487Feature/hand unit reload preshapes
Pipeline #21202 failed
......@@ -123,12 +123,13 @@ namespace armarx
{
if (sensorGlobalPositionCorrection == nullptr)
{
ARMARX_ERROR << "The global position correction sensor is not available.";
ARMARX_ERROR << "The global position correction sensor is not available."
<< deactivateSpam(1);
return;
}
if (sensorRelativePosition == nullptr)
{
ARMARX_ERROR << "The relative position sensor is not available.";
ARMARX_ERROR << "The relative position sensor is not available." << deactivateSpam(1);
return;
}
......
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