#include <remove_link_command.h>

Public Types | |
| using | ConstPtr = std::shared_ptr< const RemoveLinkCommand > |
| using | Ptr = std::shared_ptr< RemoveLinkCommand > |
Public Types inherited from tesseract_environment::Command | |
| using | ConstPtr = std::shared_ptr< const Command > |
| using | Ptr = std::shared_ptr< Command > |
Public Member Functions | |
| const std::string & | getLinkName () const |
| bool | operator!= (const RemoveLinkCommand &rhs) const |
| bool | operator== (const RemoveLinkCommand &rhs) const |
| RemoveLinkCommand () | |
| RemoveLinkCommand (std::string link_name) | |
| Removes a link from the environment. More... | |
Public Member Functions inherited from tesseract_environment::Command | |
| Command (Command &&)=default | |
| Command (CommandType type=CommandType::UNINITIALIZED) | |
| Command (const Command &)=default | |
| CommandType | getType () const |
| bool | operator!= (const Command &rhs) const |
| Command & | operator= (Command &&)=default |
| Command & | operator= (const Command &)=default |
| bool | operator== (const Command &rhs) const |
| virtual | ~Command ()=default |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
| std::string | link_name_ |
Friends | |
| class | boost::serialization::access |
| struct | tesseract_common::Serialization |
Definition at line 45 of file remove_link_command.h.
| using tesseract_environment::RemoveLinkCommand::ConstPtr = std::shared_ptr<const RemoveLinkCommand> |
Definition at line 49 of file remove_link_command.h.
| using tesseract_environment::RemoveLinkCommand::Ptr = std::shared_ptr<RemoveLinkCommand> |
Definition at line 48 of file remove_link_command.h.
| tesseract_environment::RemoveLinkCommand::RemoveLinkCommand | ( | ) |
Definition at line 38 of file remove_link_command.cpp.
| tesseract_environment::RemoveLinkCommand::RemoveLinkCommand | ( | std::string | link_name | ) |
Removes a link from the environment.
Parent joint and all child components (links/joints) should be removed
| name | Name of the link to be removed |
Definition at line 40 of file remove_link_command.cpp.
| const std::string & tesseract_environment::RemoveLinkCommand::getLinkName | ( | ) | const |
Definition at line 45 of file remove_link_command.cpp.
| bool tesseract_environment::RemoveLinkCommand::operator!= | ( | const RemoveLinkCommand & | rhs | ) | const |
Definition at line 54 of file remove_link_command.cpp.
| bool tesseract_environment::RemoveLinkCommand::operator== | ( | const RemoveLinkCommand & | rhs | ) | const |
Definition at line 47 of file remove_link_command.cpp.
|
private |
Definition at line 57 of file remove_link_command.cpp.
|
friend |
Definition at line 70 of file remove_link_command.h.
|
friend |
Definition at line 71 of file remove_link_command.h.
|
private |
Definition at line 68 of file remove_link_command.h.