#include <change_joint_origin_command.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
◆ ConstPtr
◆ Ptr
◆ ChangeJointOriginCommand() [1/2]
tesseract_environment::ChangeJointOriginCommand::ChangeJointOriginCommand |
( |
| ) |
|
◆ ChangeJointOriginCommand() [2/2]
tesseract_environment::ChangeJointOriginCommand::ChangeJointOriginCommand |
( |
std::string |
joint_name, |
|
|
const Eigen::Isometry3d & |
origin |
|
) |
| |
Changes the origin associated with the joint.
Note: This is the origin as in the "origin" tag in the URDF. This is the location of the joint in the frame of the parent link.
- Parameters
-
joint_name | Name of the joint to be updated |
new_origin | New transform to be set as the origin |
◆ getJointName()
const std::string & tesseract_environment::ChangeJointOriginCommand::getJointName |
( |
| ) |
const |
◆ getOrigin()
const Eigen::Isometry3d & tesseract_environment::ChangeJointOriginCommand::getOrigin |
( |
| ) |
const |
◆ operator!=()
◆ operator==()
◆ serialize()
template<class Archive >
void tesseract_environment::ChangeJointOriginCommand::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ joint_name_
std::string tesseract_environment::ChangeJointOriginCommand::joint_name_ |
|
private |
◆ origin_
Eigen::Isometry3d tesseract_environment::ChangeJointOriginCommand::origin_ |
|
private |
The documentation for this class was generated from the following files: