From f707826cd88a75fc488e0eaf95cbbbb5ddaf7c6c Mon Sep 17 00:00:00 2001 From: Fabian Reister <fabian.reister@kit.edu> Date: Wed, 27 Mar 2024 17:19:02 +0100 Subject: [PATCH] reverting change --- .../units/RobotUnit/Devices/GlobalRobotPoseSensorDevice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/RobotAPI/components/units/RobotUnit/Devices/GlobalRobotPoseSensorDevice.cpp b/source/RobotAPI/components/units/RobotUnit/Devices/GlobalRobotPoseSensorDevice.cpp index 4512a201f..2bb041a7b 100644 --- a/source/RobotAPI/components/units/RobotUnit/Devices/GlobalRobotPoseSensorDevice.cpp +++ b/source/RobotAPI/components/units/RobotUnit/Devices/GlobalRobotPoseSensorDevice.cpp @@ -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; } -- GitLab