|
ObjectAttachment describes a fixed transformation between an agent and an object. More...
#include <RobotAPI/libraries/armem_objects/types.h>
Public Attributes | |
bool | active |
AgentDescription | agent |
ObjectID | object |
armem::Time | timestamp |
Eigen::Affine3f | transformation |
ObjectAttachment describes a fixed transformation between an agent and an object.
The transformation is defined as follows:
agent.frame -> object root frame
AgentDescription agent |
armem::Time timestamp |