#include <scene.h>
Public Member Functions | |
AttachedObject ()=default | |
AttachedObject (std::string _parent) | |
AttachedObject (std::string _parent, KDL::Frame _pose) | |
Public Attributes | |
std::string | parent = "" |
KDL::Frame | pose |
|
default |
|
inline |
|
inline |
KDL::Frame exotica::AttachedObject::pose |