![]() |
Tesseract
Motion Planning Environment
|
#include <move_link_command.h>


Public Types | |
| using | Ptr = std::shared_ptr< MoveLinkCommand > |
| using | ConstPtr = std::shared_ptr< const MoveLinkCommand > |
Public Types inherited from tesseract_environment::Command | |
| using | Ptr = std::shared_ptr< Command > |
| using | ConstPtr = std::shared_ptr< const Command > |
Public Member Functions | |
| MoveLinkCommand () | |
| MoveLinkCommand (const tesseract_scene_graph::Joint &joint) | |
| Move a link in the environment. More... | |
| const tesseract_scene_graph::Joint::ConstPtr & | getJoint () const |
| bool | operator== (const MoveLinkCommand &rhs) const |
| bool | operator!= (const MoveLinkCommand &rhs) const |
Public Member Functions inherited from tesseract_environment::Command | |
| Command (CommandType type=CommandType::UNINITIALIZED) | |
| virtual | ~Command ()=default |
| Command (const Command &)=default | |
| Command & | operator= (const Command &)=default |
| Command (Command &&)=default | |
| Command & | operator= (Command &&)=default |
| CommandType | getType () const |
| bool | operator== (const Command &rhs) const |
| bool | operator!= (const Command &rhs) const |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
| tesseract_scene_graph::Joint::ConstPtr | joint_ |
Friends | |
| class | boost::serialization::access |
| using tesseract_environment::MoveLinkCommand::ConstPtr = std::shared_ptr<const MoveLinkCommand> |
| using tesseract_environment::MoveLinkCommand::Ptr = std::shared_ptr<MoveLinkCommand> |
|
inline |
|
inline |
Move a link in the environment.
This should delete the parent joint of the child link. All child links and joints follow.
| joint | The new joint. |
|
inline |
| bool tesseract_environment::MoveLinkCommand::operator!= | ( | const MoveLinkCommand & | rhs | ) | const |
| bool tesseract_environment::MoveLinkCommand::operator== | ( | const MoveLinkCommand & | rhs | ) | const |
|
private |
|
friend |
|
private |