#include <remove_joint_command.h>

Public Types | |
| using | ConstPtr = std::shared_ptr< const RemoveJointCommand > |
| using | Ptr = std::shared_ptr< RemoveJointCommand > |
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 & | getJointName () const |
| bool | operator!= (const RemoveJointCommand &rhs) const |
| bool | operator== (const RemoveJointCommand &rhs) const |
| RemoveJointCommand () | |
| RemoveJointCommand (std::string joint_name) | |
| Removes a joint 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 | joint_name_ |
Friends | |
| class | boost::serialization::access |
| struct | tesseract_common::Serialization |
Definition at line 45 of file remove_joint_command.h.
| using tesseract_environment::RemoveJointCommand::ConstPtr = std::shared_ptr<const RemoveJointCommand> |
Definition at line 49 of file remove_joint_command.h.
| using tesseract_environment::RemoveJointCommand::Ptr = std::shared_ptr<RemoveJointCommand> |
Definition at line 48 of file remove_joint_command.h.
| tesseract_environment::RemoveJointCommand::RemoveJointCommand | ( | ) |
Definition at line 38 of file remove_joint_command.cpp.
| tesseract_environment::RemoveJointCommand::RemoveJointCommand | ( | std::string | joint_name | ) |
Removes a joint from the environment.
All child components (links/joints) should be removed
| name | Name of the joint to be removed |
Definition at line 40 of file remove_joint_command.cpp.
| const std::string & tesseract_environment::RemoveJointCommand::getJointName | ( | ) | const |
Definition at line 45 of file remove_joint_command.cpp.
| bool tesseract_environment::RemoveJointCommand::operator!= | ( | const RemoveJointCommand & | rhs | ) | const |
Definition at line 54 of file remove_joint_command.cpp.
| bool tesseract_environment::RemoveJointCommand::operator== | ( | const RemoveJointCommand & | rhs | ) | const |
Definition at line 47 of file remove_joint_command.cpp.
|
private |
Definition at line 57 of file remove_joint_command.cpp.
|
friend |
Definition at line 70 of file remove_joint_command.h.
|
friend |
Definition at line 71 of file remove_joint_command.h.
|
private |
Definition at line 68 of file remove_joint_command.h.