Public Types | Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | Friends | List of all members
tesseract_scene_graph::Joint Class Reference

#include <joint.h>

Public Types

using ConstPtr = std::shared_ptr< const Joint >
 
using Ptr = std::shared_ptr< Joint >
 

Public Member Functions

void clear ()
 
Joint clone () const
 Clone the joint keeping the name. More...
 
Joint clone (const std::string &name) const
 
const std::string & getName () const
 
 Joint ()=default
 
 Joint (const Joint &other)=delete
 
 Joint (Joint &&other)=default
 
 Joint (std::string name)
 
bool operator!= (const Joint &rhs) const
 
Jointoperator= (const Joint &other)=delete
 
Jointoperator= (Joint &&other)=default
 
bool operator== (const Joint &rhs) const
 
 ~Joint ()=default
 

Public Attributes

Eigen::Vector3d axis
 
JointCalibration::Ptr calibration
 Unsupported Hidden Feature. More...
 
std::string child_link_name
 
JointDynamics::Ptr dynamics
 Joint Dynamics. More...
 
JointLimits::Ptr limits
 Joint Limits. More...
 
JointMimic::Ptr mimic
 Option to Mimic another Joint. More...
 
std::string parent_link_name
 
Eigen::Isometry3d parent_to_joint_origin_transform { Eigen::Isometry3d::Identity() }
 transform from Parent Link frame to Joint frame More...
 
JointSafety::Ptr safety
 Unsupported Hidden Feature. More...
 
JointType type { JointType::UNKNOWN }
 The type of joint. More...
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Private Attributes

std::string name_
 

Friends

class boost::serialization::access
 
struct tesseract_common::Serialization
 

Detailed Description

Definition at line 272 of file joint.h.

Member Typedef Documentation

◆ ConstPtr

using tesseract_scene_graph::Joint::ConstPtr = std::shared_ptr<const Joint>

Definition at line 278 of file joint.h.

◆ Ptr

using tesseract_scene_graph::Joint::Ptr = std::shared_ptr<Joint>

Definition at line 277 of file joint.h.

Constructor & Destructor Documentation

◆ Joint() [1/4]

tesseract_scene_graph::Joint::Joint ( std::string  name)

Definition at line 257 of file joint.cpp.

◆ Joint() [2/4]

tesseract_scene_graph::Joint::Joint ( )
default

◆ ~Joint()

tesseract_scene_graph::Joint::~Joint ( )
default

◆ Joint() [3/4]

tesseract_scene_graph::Joint::Joint ( const Joint other)
delete

◆ Joint() [4/4]

tesseract_scene_graph::Joint::Joint ( Joint &&  other)
default

Member Function Documentation

◆ clear()

void tesseract_scene_graph::Joint::clear ( )

Definition at line 261 of file joint.cpp.

◆ clone() [1/2]

Joint tesseract_scene_graph::Joint::clone ( ) const

Clone the joint keeping the name.

Returns
Cloned joint

Definition at line 275 of file joint.cpp.

◆ clone() [2/2]

Joint tesseract_scene_graph::Joint::clone ( const std::string &  name) const

Definition at line 277 of file joint.cpp.

◆ getName()

const std::string & tesseract_scene_graph::Joint::getName ( ) const

Definition at line 259 of file joint.cpp.

◆ operator!=()

bool tesseract_scene_graph::Joint::operator!= ( const Joint rhs) const

Definition at line 324 of file joint.cpp.

◆ operator=() [1/2]

Joint& tesseract_scene_graph::Joint::operator= ( const Joint other)
delete

◆ operator=() [2/2]

Joint& tesseract_scene_graph::Joint::operator= ( Joint &&  other)
default

◆ operator==()

bool tesseract_scene_graph::Joint::operator== ( const Joint rhs) const

Definition at line 308 of file joint.cpp.

◆ serialize()

template<class Archive >
void tesseract_scene_graph::Joint::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Definition at line 327 of file joint.cpp.

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 349 of file joint.h.

◆ tesseract_common::Serialization

friend struct tesseract_common::Serialization
friend

Definition at line 350 of file joint.h.

Member Data Documentation

◆ axis

Eigen::Vector3d tesseract_scene_graph::Joint::axis

\brief type_ meaning of axis_

UNKNOWN unknown type REVOLUTE rotation axis PRISMATIC translation axis FLOATING N/A PLANAR plane normal axis FIXED N/A

Definition at line 303 of file joint.h.

◆ calibration

JointCalibration::Ptr tesseract_scene_graph::Joint::calibration

Unsupported Hidden Feature.

Definition at line 326 of file joint.h.

◆ child_link_name

std::string tesseract_scene_graph::Joint::child_link_name

child Link element child link frame is the same as the Joint frame

Definition at line 307 of file joint.h.

◆ dynamics

JointDynamics::Ptr tesseract_scene_graph::Joint::dynamics

Joint Dynamics.

Definition at line 317 of file joint.h.

◆ limits

JointLimits::Ptr tesseract_scene_graph::Joint::limits

Joint Limits.

Definition at line 320 of file joint.h.

◆ mimic

JointMimic::Ptr tesseract_scene_graph::Joint::mimic

Option to Mimic another Joint.

Definition at line 329 of file joint.h.

◆ name_

std::string tesseract_scene_graph::Joint::name_
private

Definition at line 347 of file joint.h.

◆ parent_link_name

std::string tesseract_scene_graph::Joint::parent_link_name

parent Link element origin specifies the transform from Parent Link to Joint Frame

Definition at line 311 of file joint.h.

◆ parent_to_joint_origin_transform

Eigen::Isometry3d tesseract_scene_graph::Joint::parent_to_joint_origin_transform { Eigen::Isometry3d::Identity() }

transform from Parent Link frame to Joint frame

Definition at line 314 of file joint.h.

◆ safety

JointSafety::Ptr tesseract_scene_graph::Joint::safety

Unsupported Hidden Feature.

Definition at line 323 of file joint.h.

◆ type

JointType tesseract_scene_graph::Joint::type { JointType::UNKNOWN }

The type of joint.

Definition at line 293 of file joint.h.


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


tesseract_scene_graph
Author(s): Levi Armstrong
autogenerated on Sun May 18 2025 03:01:49