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
@@ -13,7 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @package RobotComponents::ArmarXObjects::
* @author Fabian Reister ( fabian dot reister at kit dot edu )
* @date 2021
* @copyright http://www.gnu.org/licenses/gpl-2.0.txt
@@ -134,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