Skip to content
Snippets Groups Projects
Commit 194e7252 authored by Markus Grotz's avatar Markus Grotz
Browse files

fix ReasoningMemory

parent dd43acd4
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment