From 72481ec04bfef9693aee3d3e07b581c7bce35a13 Mon Sep 17 00:00:00 2001 From: Rainer Kartmann <rainer.kartmann@kit.edu> Date: Tue, 31 Jan 2023 18:53:37 +0100 Subject: [PATCH] Update doc --- source/RobotAPI/components/ArViz/Client/Elements.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/RobotAPI/components/ArViz/Client/Elements.h b/source/RobotAPI/components/ArViz/Client/Elements.h index 825dc08f0..11379504f 100644 --- a/source/RobotAPI/components/ArViz/Client/Elements.h +++ b/source/RobotAPI/components/ArViz/Client/Elements.h @@ -340,7 +340,7 @@ namespace armarx::viz /** * @brief Set the file so it could be found using `armarx::ObjectFinder` (also on remote machine). * @param objectID The object ID, see <RobotAPI/libraries/ArmarXObjects/ObjectID.h> - * @param objectsPackage The objects package ("ArmarXObjects" by default) + * @param objectsPackage The objects package ("PriorKnowledgeData" by default) * @see <RobotAPI/libraries/ArmarXObjects/ObjectFinder.h> */ Object& fileByObjectFinder(const armarx::ObjectID& objectID, -- GitLab