#include <move_joint_command.h>
|
| template<class Archive > |
| void | serialize (Archive &ar, const unsigned int version) |
| |
◆ ConstPtr
◆ Ptr
◆ MoveJointCommand() [1/2]
| tesseract_environment::MoveJointCommand::MoveJointCommand |
( |
| ) |
|
|
inline |
◆ MoveJointCommand() [2/2]
| tesseract_environment::MoveJointCommand::MoveJointCommand |
( |
std::string |
joint_name, |
|
|
std::string |
parent_link |
|
) |
| |
|
inline |
Move a joint from one link to another.
All child links & joints should follow
- Parameters
-
| joint_name | The name of the joint to move |
| new_parent_link | The name of the link to move to.e |
◆ getJointName()
| const std::string & tesseract_environment::MoveJointCommand::getJointName |
( |
| ) |
const |
|
inline |
◆ getParentLink()
| const std::string & tesseract_environment::MoveJointCommand::getParentLink |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool tesseract_environment::MoveJointCommand::operator!= |
( |
const MoveJointCommand & |
rhs | ) |
const |
◆ operator==()
| bool tesseract_environment::MoveJointCommand::operator== |
( |
const MoveJointCommand & |
rhs | ) |
const |
◆ serialize()
template<class Archive >
| void tesseract_environment::MoveJointCommand::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
| friend class boost::serialization::access |
|
friend |
◆ joint_name_
| std::string tesseract_environment::MoveJointCommand::joint_name_ |
|
private |
◆ parent_link_
| std::string tesseract_environment::MoveJointCommand::parent_link_ |
|
private |
The documentation for this class was generated from the following files: