Public Member Functions | List of all members
sdf::v11::JointAxis Class Reference

Parameters related to the axis of rotation for rotational joints, and the axis of translation for prismatic joints. More...

#include <JointAxis.hh>

Public Member Functions

 JointAxis ()
 Default constructor. More...
 
double Damping () const
 Get the physical velocity dependent viscous damping coefficient of the joint axis. More...
 
double Dissipation () const
 Get the joint stop dissipation. More...
 
double Effort () const
 Get the value for enforcing the maximum absolute joint effort that can be applied. More...
 
sdf::ElementPtr Element () const
 Get a pointer to the SDF element that was used during load. More...
 
double Friction () const
 Get the physical static friction value of the joint. More...
 
double InitialPosition () const SDF_DEPRECATED(10.0)
 Get the initial joint position for this joint axis. More...
 
Errors Load (ElementPtr _sdf)
 Load the joint axis based on a element pointer. More...
 
double Lower () const
 Get the lower joint axis limit (radians for revolute joints, meters for prismatic joints). More...
 
double MaxVelocity () const
 Get the value for enforcing the maximum absolute joint velocity. More...
 
Errors ResolveXyz (ignition::math::Vector3d &_xyz, const std::string &_resolveTo="") const
 Express xyz unit vector of this axis in the coordinates of another named frame. More...
 
void SetDamping (const double _damping)
 Set the physical velocity dependent viscous damping coefficient of the joint axis. More...
 
void SetDissipation (const double _dissipation)
 Set the joint stop dissipation. More...
 
void SetEffort (double _effort)
 Set the value for enforcing the maximum absolute joint effort that can be applied. More...
 
void SetFriction (const double _friction)
 Set the physical static friction value of the joint. More...
 
void SetInitialPosition (const double _pos) SDF_DEPRECATED(10.0)
 Set the initial joint position for this joint axis. More...
 
void SetLower (const double _lower)
 Set the lower joint axis limit (radians for revolute joints, meters for prismatic joints). More...
 
void SetMaxVelocity (const double _velocity)
 Set the value for enforcing the maximum absolute joint velocity. More...
 
void SetSpringReference (const double _spring)
 Set the spring reference position for this joint axis. More...
 
void SetSpringStiffness (const double _spring)
 Set the spring stiffness for this joint axis. More...
 
void SetStiffness (const double _stiffness)
 Get the joint stop stiffness. More...
 
void SetUpper (const double _upper)
 Set the upper joint axis limit (radians for revolute joints, meters for prismatic joints). More...
 
sdf::Errors SetXyz (const ignition::math::Vector3d &_xyz)
 Set the x,y,z components of the axis unit vector. More...
 
void SetXyzExpressedIn (const std::string &_frame)
 Set the name of the coordinate frame in which this joint axis's unit vector is expressed. More...
 
double SpringReference () const
 Get the spring reference position for this joint axis. More...
 
double SpringStiffness () const
 Get the spring stiffness for this joint axis. More...
 
double Stiffness () const
 Get the joint stop stiffness. More...
 
double Upper () const
 Get the upper joint axis limit (radians for revolute joints, meters for prismatic joints). More...
 
ignition::math::Vector3d Xyz () const
 Get the x,y,z components of the axis unit vector. More...
 
const std::string & XyzExpressedIn () const
 Get the name of the coordinate frame in which this joint axis's unit vector is expressed. More...
 

Detailed Description

Parameters related to the axis of rotation for rotational joints, and the axis of translation for prismatic joints.

Constructor & Destructor Documentation

◆ JointAxis()

sdf::v11::JointAxis::JointAxis ( )

Default constructor.

Member Function Documentation

◆ Damping()

double sdf::v11::JointAxis::Damping ( ) const

Get the physical velocity dependent viscous damping coefficient of the joint axis.

The default value is zero (0.0).

Returns
The physical velocity dependent viscous damping coefficient of the joint axis
See also
void SetDamping(const double _damping)

◆ Dissipation()

double sdf::v11::JointAxis::Dissipation ( ) const

Get the joint stop dissipation.

The default value is 1.0.

Returns
The joint stop dissipation.
See also
void SetDissipation(const double _dissipation) const

◆ Effort()

double sdf::v11::JointAxis::Effort ( ) const

Get the value for enforcing the maximum absolute joint effort that can be applied.

The limit is not enforced if the value is infinity. The default value is infinity.

Returns
Symmetric effort limit.
See also
void SetEffort(double _effort)

◆ Element()

sdf::ElementPtr sdf::v11::JointAxis::Element ( ) const

Get a pointer to the SDF element that was used during load.

Returns
SDF element pointer. The value will be nullptr if Load has not been called.

◆ Friction()

double sdf::v11::JointAxis::Friction ( ) const

Get the physical static friction value of the joint.

The default value is zero (0.0).

Returns
The physical static friction value of the joint.
See also
void SetFriction(const double _friction)

◆ InitialPosition()

double sdf::v11::JointAxis::InitialPosition ( ) const

Get the initial joint position for this joint axis.

The default value is zero (0.0).

Returns
The initial joint position.
See also
void SetInitialPosition(const double _pos)

◆ Load()

Errors sdf::v11::JointAxis::Load ( ElementPtr  _sdf)

Load the joint axis based on a element pointer.

This is not the usual entry point. Typical usage of the SDF DOM is through the Root object.

Parameters
[in]_sdfThe SDF Element pointer
Returns
Errors, which is a vector of Error objects. Each Error includes an error code and message. An empty vector indicates no error.

◆ Lower()

double sdf::v11::JointAxis::Lower ( ) const

Get the lower joint axis limit (radians for revolute joints, meters for prismatic joints).

Not valid if the joint that uses this axis is continuous. The default value is -1e16.

Returns
The lower joint axis limit
See also
void SetLower(const double _lower)

◆ MaxVelocity()

double sdf::v11::JointAxis::MaxVelocity ( ) const

Get the value for enforcing the maximum absolute joint velocity.

The default value is infinity.

Returns
The value for enforcing the maximum absolute joint velocity.
See also
void SetVelocity(const double _velocity) const

◆ ResolveXyz()

Errors sdf::v11::JointAxis::ResolveXyz ( ignition::math::Vector3d &  _xyz,
const std::string &  _resolveTo = "" 
) const

Express xyz unit vector of this axis in the coordinates of another named frame.

Parameters
[out]_xyzResolved unit vector.
[in]_resolveToName of frame in whose coordinates this object should be resolved. If unset, it is resolved in the coordinates of its xml parent object, which is always a joint frame.
Returns
Errors.

◆ SetDamping()

void sdf::v11::JointAxis::SetDamping ( const double  _damping)

Set the physical velocity dependent viscous damping coefficient of the joint axis.

Parameters
[in]_dampingThe physical velocity dependent viscous damping coefficient of the joint axis
See also
double Damping() const

◆ SetDissipation()

void sdf::v11::JointAxis::SetDissipation ( const double  _dissipation)

Set the joint stop dissipation.

Parameters
[in]_dissipationThe joint stop dissipation.
See also
double Dissipation() const

◆ SetEffort()

void sdf::v11::JointAxis::SetEffort ( double  _effort)

Set the value for enforcing the maximum absolute joint effort that can be applied.

The limit is not enforced if the value is infinity.

Parameters
[in]_effortSymmetric effort limit.
See also
double Effort() const

◆ SetFriction()

void sdf::v11::JointAxis::SetFriction ( const double  _friction)

Set the physical static friction value of the joint.

Parameters
[in]_frictionThe physical static friction value of the joint.
See also
double Friction()

◆ SetInitialPosition()

void sdf::v11::JointAxis::SetInitialPosition ( const double  _pos)

Set the initial joint position for this joint axis.

Parameters
[in]_posThe initial joint position.
See also
double InitialPosition() const

◆ SetLower()

void sdf::v11::JointAxis::SetLower ( const double  _lower)

Set the lower joint axis limit (radians for revolute joints, meters for prismatic joints).

Not valid if the joint that uses this axis is continuous.

Parameters
[in]_lowerThe lower joint axis limit
See also
double Lower() const

◆ SetMaxVelocity()

void sdf::v11::JointAxis::SetMaxVelocity ( const double  _velocity)

Set the value for enforcing the maximum absolute joint velocity.

Parameters
[in]_velocityThe value for enforcing the maximum absolute joint velocity.
See also
double MaxVelocity() const

◆ SetSpringReference()

void sdf::v11::JointAxis::SetSpringReference ( const double  _spring)

Set the spring reference position for this joint axis.

Parameters
[in]_springThe spring reference position for this joint axis.
See also
double SpringReference() const

◆ SetSpringStiffness()

void sdf::v11::JointAxis::SetSpringStiffness ( const double  _spring)

Set the spring stiffness for this joint axis.

Parameters
[in]_springThe spring stiffness for this joint axis.
See also
double SpringStiffness() const

◆ SetStiffness()

void sdf::v11::JointAxis::SetStiffness ( const double  _stiffness)

Get the joint stop stiffness.

Parameters
[in]_stiffnessThe joint stop stiffness.
Returns
The joint stop stiffness.
See also
double Stiffness() const

◆ SetUpper()

void sdf::v11::JointAxis::SetUpper ( const double  _upper)

Set the upper joint axis limit (radians for revolute joints, meters for prismatic joints).

Not valid if joint that uses this axis is continuous.

Parameters
[in]_upperThe upper joint axis limit.
See also
double Upper() const

◆ SetXyz()

sdf::Errors sdf::v11::JointAxis::SetXyz ( const ignition::math::Vector3d &  _xyz)

Set the x,y,z components of the axis unit vector.

Parameters
[in]_xyzThe x,y,z components of the axis unit vector.
See also
ignition::math::Vector3d Xyz() const
Returns
Errors will have an entry if the norm of the xyz vector is 0.

◆ SetXyzExpressedIn()

void sdf::v11::JointAxis::SetXyzExpressedIn ( const std::string &  _frame)

Set the name of the coordinate frame in which this joint axis's unit vector is expressed.

An empty value implies the parent (joint) frame.

Parameters
[in]Thename of the xyz expressed-in frame.

◆ SpringReference()

double sdf::v11::JointAxis::SpringReference ( ) const

Get the spring reference position for this joint axis.

The default value is zero (0.0).

Returns
The spring reference position for this joint axis.
See also
void SetSpringReference(const double _spring)

◆ SpringStiffness()

double sdf::v11::JointAxis::SpringStiffness ( ) const

Get the spring stiffness for this joint axis.

The default value is zero (0.0).

Returns
The spring stiffness for this joint axis.
See also
void SetSpringStiffness(const double _spring)

◆ Stiffness()

double sdf::v11::JointAxis::Stiffness ( ) const

Get the joint stop stiffness.

The default value is 1e8.

Returns
The joint stop stiffness.
See also
void SetStiffness(const double _stiffness) const

◆ Upper()

double sdf::v11::JointAxis::Upper ( ) const

Get the upper joint axis limit (radians for revolute joints, meters for prismatic joints).

Not valid if joint that uses this axis is continuous. The default value is 1e16.

Returns
The upper joint axis limit.
See also
double SetUpper(const double _upper) const

◆ Xyz()

ignition::math::Vector3d sdf::v11::JointAxis::Xyz ( ) const

Get the x,y,z components of the axis unit vector.

The axis is expressed in the frame named in XyzExpressedIn() and defaults to the joint frame if that method returns an empty string. The vector should be normalized. The default value is ignition::math::Vector3d::UnitZ which equals (0, 0, 1).

Returns
The x,y,z components of the axis unit vector.
See also
void SetXyz(const ignition::math::Vector3d &_xyz)

◆ XyzExpressedIn()

const std::string& sdf::v11::JointAxis::XyzExpressedIn ( ) const

Get the name of the coordinate frame in which this joint axis's unit vector is expressed.

An empty value implies the parent (joint) frame.

Returns
The name of the xyz expressed-in frame.

The documentation for this class was generated from the following file: