#include <joint.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 272 of file joint.h.
◆ ConstPtr
◆ Ptr
◆ Joint() [1/4]
tesseract_scene_graph::Joint::Joint |
( |
std::string |
name | ) |
|
◆ 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 |
◆ clear()
void tesseract_scene_graph::Joint::clear |
( |
| ) |
|
◆ 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 |
◆ getName()
const std::string & tesseract_scene_graph::Joint::getName |
( |
| ) |
const |
◆ operator!=()
bool tesseract_scene_graph::Joint::operator!= |
( |
const Joint & |
rhs | ) |
const |
◆ 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 |
◆ serialize()
template<class Archive >
void tesseract_scene_graph::Joint::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ tesseract_common::Serialization
◆ 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
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
◆ limits
◆ mimic
◆ name_
std::string tesseract_scene_graph::Joint::name_ |
|
private |
◆ 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() } |
◆ safety
Unsupported Hidden Feature.
Definition at line 323 of file joint.h.
◆ type
The type of joint.
Definition at line 293 of file joint.h.
The documentation for this class was generated from the following files: