33 #ifndef DART_DYNAMICS_WELDJOINT_HPP_
34 #define DART_DYNAMICS_WELDJOINT_HPP_
38 #include <Eigen/Dense>
69 const std::string&
getType()
const override;
75 bool isCyclic(std::size_t _index)
const override;
#define DART_DEFINE_ALIGNED_SHARED_OBJECT_CREATOR(class_name)
Definition: Memory.hpp:155
BodyPropPtr properties
Definition: SdfParser.cpp:80
class Joint
Definition: Joint.hpp:60
class Skeleton
Definition: Skeleton.hpp:59
class WeldJoint
Definition: WeldJoint.hpp:47
void setTransformFromChildBodyNode(const Eigen::Isometry3d &_T) override
Set transformation from child body node to this joint.
Definition: WeldJoint.cpp:91
void updateRelativeSpatialVelocity() const override
Update spatial velocity of the child BodyNode relative to the parent BodyNode expressed in the child ...
Definition: WeldJoint.cpp:120
void updateRelativeJacobian(bool=true) const override
Update spatial Jacobian of the child BodyNode relative to the parent BodyNode expressed in the child ...
Definition: WeldJoint.cpp:140
void updateRelativePrimaryAcceleration() const override
Update J * of this joint.
Definition: WeldJoint.cpp:134
WeldJoint(const WeldJoint &)=delete
const std::string & getType() const override
Gets a string representing the joint type.
Definition: WeldJoint.cpp:57
static const std::string & getStaticType()
Get joint type for this class.
Definition: WeldJoint.cpp:63
virtual ~WeldJoint()
Destructor.
Definition: WeldJoint.cpp:51
bool isCyclic(std::size_t _index) const override
Get whether a generalized coordinate is cyclic.
Definition: WeldJoint.cpp:70
void updateRelativeTransform() const override
Update transform of the child BodyNode relative to the parent BodyNode expressed in the child BodyNod...
Definition: WeldJoint.cpp:114
void updateRelativeJacobianTimeDeriv() const override
Update time derivative of spatial Jacobian of the child BodyNode relative to the parent BodyNode expr...
Definition: WeldJoint.cpp:146
void updateRelativeSpatialAcceleration() const override
Update spatial acceleration of the child BodyNode relative to the parent BodyNode expressed in the ch...
Definition: WeldJoint.cpp:127
void setTransformFromParentBodyNode(const Eigen::Isometry3d &_T) override
Set transformation from parent body node to this joint.
Definition: WeldJoint.cpp:82
Joint * clone() const override
Create a clone of this Joint.
Definition: WeldJoint.cpp:108
Properties getWeldJointProperties() const
Get the Properties of this WeldJoint.
Definition: WeldJoint.cpp:76
class ZeroDofJoint
Definition: ZeroDofJoint.hpp:48
Definition: BulletCollisionDetector.cpp:65
Definition: WeldJoint.hpp:52
Properties(const Joint::Properties &_properties=Joint::Properties())
Definition: WeldJoint.cpp:44
virtual ~Properties()=default
Definition: ZeroDofJoint.hpp:51
Definition: JointAspect.hpp:112