From 78587f3021d7ed25cae705ef0fc233ae4d142524 Mon Sep 17 00:00:00 2001
From: Corvin-N <corvin@navarro.de>
Date: Mon, 7 Nov 2022 16:50:35 +0100
Subject: [PATCH] Fix copy paste bug

---
 source/armarx/navigation/human/HumanTracker.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/armarx/navigation/human/HumanTracker.h b/source/armarx/navigation/human/HumanTracker.h
index ab360521..59ea9f32 100644
--- a/source/armarx/navigation/human/HumanTracker.h
+++ b/source/armarx/navigation/human/HumanTracker.h
@@ -206,7 +206,7 @@ namespace armarx::navigation::human
          * @param cluster The cluster whose center is calculated
          * @return the center
          */
-        Eigen::Vector2f HumanTracker::getClusterCenter(Cluster cluster);
+        Eigen::Vector2f getClusterCenter(Cluster cluster);
         /**
          * @brief prepareTrackedHumans Deletes all tracked humans that received no update for too
          * long. All remaining tracked humans are prepared for association with the given point in
-- 
GitLab