diff --git a/source/RobotAPI/components/armem/server/ReasoningMemory/ReasoningMemory.cpp b/source/RobotAPI/components/armem/server/ReasoningMemory/ReasoningMemory.cpp index 07650fd4ffb362030c9f01b5a07ca6cce8457fda..7ea316348abfa01cf08700ea362a6faa57a3afb9 100644 --- a/source/RobotAPI/components/armem/server/ReasoningMemory/ReasoningMemory.cpp +++ b/source/RobotAPI/components/armem/server/ReasoningMemory/ReasoningMemory.cpp @@ -54,20 +54,12 @@ namespace armarx::armem::server void ReasoningMemory::onInitComponent() { - //poseSegment.onInit(); - //identificationSegment.onInit(); { wm::CoreSegment& cs = workingMemory().addCoreSegment("Anticipation", armarx::reasoning::arondto::Anticipation::ToAronType()); cs.setMaxHistorySize(20); } - - { - wm::CoreSegment& cs = workingMemory().addCoreSegment("Anticipation", armarx::reasoning::arondto::Anticipation::ToAronType()); - cs.setMaxHistorySize(20); - } - }