Skip to content
Snippets Groups Projects
Commit 78587f30 authored by Corvin-N's avatar Corvin-N
Browse files

Fix copy paste bug

parent 163e91cf
No related branches found
Tags demo/2022-11-17/armar6a-1
2 merge requests!68Add human tracking,!28Draft: Dev -> Main
......@@ -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
......
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