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