diff --git a/source/armarx/navigation/human/HumanTracker.h b/source/armarx/navigation/human/HumanTracker.h index ab360521f176dc9f27ad12971a1026dd533081b1..59ea9f32228a33a364a7c9f41d59f924f0670345 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