Interface element representing a Link. More...
#include <InterfaceLink.hh>
Public Member Functions | |
InterfaceLink (const std::string &_name, const gz::math::Pose3d &_pose) | |
Constructor. More... | |
const std::string & | Name () const |
Get the name of the link. More... | |
const gz::math::Pose3d & | PoseInModelFrame () const |
Get the pose of this link in the parent model frame. More... | |
Interface element representing a Link.
sdf::SDF_VERSION_NAMESPACE::InterfaceLink::InterfaceLink | ( | const std::string & | _name, |
const gz::math::Pose3d & | _pose | ||
) |
Constructor.
[in] | name | The local name. |
[in] | _pose | The pose of the link relative to model frame. |
const std::string& sdf::SDF_VERSION_NAMESPACE::InterfaceLink::Name | ( | ) | const |
Get the name of the link.
const gz::math::Pose3d& sdf::SDF_VERSION_NAMESPACE::InterfaceLink::PoseInModelFrame | ( | ) | const |
Get the pose of this link in the parent model frame.