Skip to content
Snippets Groups Projects

Draft: Implement human grouping

Open Timo Weberruß requested to merge implement-human-groups into dev
3 files
+ 7
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -33,7 +33,7 @@ namespace armarx::navigation::human
class EuclideanDistance : public DistanceFunction
{
public:
EuclideanDistance(double min = 0);
EuclideanDistance();
virtual double computeDistance(Human &h1, Human &h2);
};
}
Loading