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

reverting change

parent 11cc2642
No related branches found
No related tags found
1 merge request!444Chore/armem robot state lib
Pipeline #18523 failed
......@@ -123,12 +123,12 @@ 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.";
return;
}
if (sensorRelativePosition == nullptr)
{
// ARMARX_ERROR << "The relative position sensor is not available.";
ARMARX_ERROR << "The relative position sensor is not available.";
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