Tesseract
Motion Planning Environment
|
#include <add_kinematics_information_command.h>
Public Types | |
using | Ptr = std::shared_ptr< AddKinematicsInformationCommand > |
using | ConstPtr = std::shared_ptr< const AddKinematicsInformationCommand > |
Public Types inherited from tesseract_environment::Command | |
using | Ptr = std::shared_ptr< Command > |
using | ConstPtr = std::shared_ptr< const Command > |
Public Member Functions | |
AddKinematicsInformationCommand () | |
AddKinematicsInformationCommand (tesseract_srdf::KinematicsInformation kinematics_information) | |
Add kinematics information to the environment. More... | |
const tesseract_srdf::KinematicsInformation & | getKinematicsInformation () const |
bool | operator== (const AddKinematicsInformationCommand &rhs) const |
bool | operator!= (const AddKinematicsInformationCommand &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_srdf::KinematicsInformation | kinematics_information_ |
Friends | |
class | boost::serialization::access |
using tesseract_environment::AddKinematicsInformationCommand::ConstPtr = std::shared_ptr<const AddKinematicsInformationCommand> |
using tesseract_environment::AddKinematicsInformationCommand::Ptr = std::shared_ptr<AddKinematicsInformationCommand> |
|
inline |
|
inline |
Add kinematics information to the environment.
kin_info | The kinematics information |
|
inline |
bool tesseract_environment::AddKinematicsInformationCommand::operator!= | ( | const AddKinematicsInformationCommand & | rhs | ) | const |
bool tesseract_environment::AddKinematicsInformationCommand::operator== | ( | const AddKinematicsInformationCommand & | rhs | ) | const |
|
private |
|
friend |
|
private |