Skip to content
Snippets Groups Projects

Draft: Make RobotStateMemory ready

Merged Rainer Kartmann requested to merge armem/robot-state-memory into master
3 files
+ 27
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -238,7 +238,7 @@ namespace armarx::armem::base
* @param update The update.
* @return The resulting entity snapshot's ID.
*/
UpdateResult update(const EntityUpdate& update)
virtual UpdateResult update(const EntityUpdate& update)
{
this->_checkContainerName(update.entityID.memoryName, this->name());
Loading