Skip to content
Snippets Groups Projects

robot state memory update

Merged Fabian Reister requested to merge feature/armem-robot-state-memory-update into armem/dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -133,7 +133,7 @@ namespace armarx::armem
ARMARX_WARNING << "Empty history for " << s;
}
ARMARX_INFO << "History size: " << entity.history().size();
ARMARX_DEBUG << "History size: " << entity.history().size();
for (const auto &[ss, entitySnapshot] : entity.history())
{
Loading