From 4a8c81cb0916f06adc3a27b3dafc0e6c79e9e84b Mon Sep 17 00:00:00 2001 From: Rainer Kartmann <rainer.kartmann@kit.edu> Date: Mon, 20 Mar 2023 11:29:08 +0100 Subject: [PATCH] Update doc string --- source/VisionX/libraries/armem_human/server/profile/Finder.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/VisionX/libraries/armem_human/server/profile/Finder.h b/source/VisionX/libraries/armem_human/server/profile/Finder.h index dcf8c44bf..dcec0b2ef 100644 --- a/source/VisionX/libraries/armem_human/server/profile/Finder.h +++ b/source/VisionX/libraries/armem_human/server/profile/Finder.h @@ -5,8 +5,6 @@ #include <ArmarXCore/core/logging/Logging.h> #include <ArmarXCore/core/PackagePath.h> -#include <RobotAPI/libraries/armem_objects/types.h> - #include "Info.h" @@ -15,7 +13,7 @@ namespace armarx::armem::server::human::profile /** * @brief Used to find human profiles in the Prior Knowledge Data repository [1]. * - * @see [1] https://gitlab.com/ArmarX/PriorKnowledgeData + * @see [1] https://git.h2t.iar.kit.edu/sw/armarx/prior-knowledge-data */ class Finder : Logging { -- GitLab