Interface element representing a Joint. More...
#include <InterfaceJoint.hh>
Public Member Functions | |
InterfaceJoint (const std::string &_name, const std::string &_childName, const ignition::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 ignition::math::Pose3d & | PoseInChildFrame () const |
Get the pose of this joint in the child frame. More... | |
Interface element representing a Joint.
sdf::v12::InterfaceJoint::InterfaceJoint | ( | const std::string & | _name, |
const std::string & | _childName, | ||
const ignition::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::v12::InterfaceJoint::ChildName | ( | ) | const |
Get the name of the joint's child.
const std::string& sdf::v12::InterfaceJoint::Name | ( | ) | const |
Get the name of the joint.
const ignition::math::Pose3d& sdf::v12::InterfaceJoint::PoseInChildFrame | ( | ) | const |
Get the pose of this joint in the child frame.