Skip to content
Snippets Groups Projects
Commit a5673792 authored by Hawo Höfer's avatar Hawo Höfer
Browse files

[fix] fix missing name for articulated object

parent 315f51de
No related branches found
No related tags found
1 merge request!288[fix] fix missing name for articulated object
......@@ -28,7 +28,7 @@ namespace armarx::armem::articulated_object
{"PriorKnowledgeData"}, obj.getFilename()),
obj.getFilename())
},
.instance = "", // TODO(fabian.reister):
.instance = obj.getName(),
.config = {
.timestamp = timestamp,
.globalPose = Eigen::Affine3f(obj.getRootNode()->getGlobalPose()),
......
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