Interface element representing a Joint. More...
#include <InterfaceJoint.hh>
Public Member Functions | |
InterfaceJoint (const std::string &_name, const std::string &_childName, const gz::math::Pose3d &_pose) | |
Constructor. More... | |
const std::string & | ChildName () const |
Get the name of the joint's child. More... | |
const std::string & | Name () const |
Get the name of the joint. More... | |
const gz::math::Pose3d & | PoseInChildFrame () const |
Get the pose of this joint in the child frame. More... | |
Interface element representing a Joint.
sdf::SDF_VERSION_NAMESPACE::InterfaceJoint::InterfaceJoint | ( | const std::string & | _name, |
const std::string & | _childName, | ||
const gz::math::Pose3d & | _pose | ||
) |
Constructor.
[in] | name | The local name. |
[in] | _childName | Name of the child link or frame. |
[in] | _pose | The pose of the joint relative to the child frame. |
const std::string& sdf::SDF_VERSION_NAMESPACE::InterfaceJoint::ChildName | ( | ) | const |
Get the name of the joint's child.
const std::string& sdf::SDF_VERSION_NAMESPACE::InterfaceJoint::Name | ( | ) | const |
Get the name of the joint.
const gz::math::Pose3d& sdf::SDF_VERSION_NAMESPACE::InterfaceJoint::PoseInChildFrame | ( | ) | const |
Get the pose of this joint in the child frame.