Skip to content
Snippets Groups Projects
Commit e7d800fb authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Merge branch 'ubuntu_2204' into 'master'

Jammy support

See merge request !282
parents 5739eacf d85d615d
No related branches found
No related tags found
1 merge request!282Jammy support
......@@ -283,7 +283,7 @@ namespace armarx::armem::server::wm::detail
// Get iterator to first entry of child ID (memory).
std::vector<std::string> childItems = child.getItems();
size_t index = parentLength;
int index = parentLength;
ARMARX_CHECK_FITS_SIZE(index, childItems.size());
return childItems[index];
......
......@@ -22,6 +22,7 @@
#pragma once
#include <vector>
#include <optional>
#include <Eigen/Core>
#include <Eigen/Geometry>
......
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