Skip to content
Snippets Groups Projects

Draft: Implement human grouping

Open Timo Weberruß requested to merge implement-human-groups into dev
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -34,7 +34,7 @@ namespace armarx::navigation::human
* @brief A GroupShapeGenerator that defines the group shape of a set of humans as the
* convex hull of their positions in 2D space.
*/
class ConvexHullGenerator : GroupShapeGenerator
class ConvexHullGenerator : public GroupShapeGenerator
{
public:
ConvexHullGenerator();
Loading