Skip to content
Snippets Groups Projects
Commit 360a4b89 authored by Fabian Reister's avatar Fabian Reister
Browse files

adding timestamp to bo's

parent 742ca99f
No related branches found
No related tags found
2 merge requests!157armem/dev => master,!145Feature/armem object memory attachments
This commit is part of merge request !157. Comments created here will be created in the context of that merge request.
......@@ -21,6 +21,7 @@
#pragma once
#include "RobotAPI/libraries/armem/core/Time.h"
#include <vector>
#include <Eigen/Geometry>
......@@ -60,6 +61,8 @@ namespace armarx::armem::attachment
Eigen::Affine3f transformation;
ObjectID object;
armem::Time timestamp;
};
/**
......@@ -78,9 +81,11 @@ namespace armarx::armem::attachment
AgentDescription object;
armem::Time timestamp;
};
} // namespace armarx::armem::attachments
} // namespace armarx::armem::attachment
namespace armarx::armem::articulated_object
{
......
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