28 #include <boost/serialization/access.hpp>
29 #include <boost/serialization/nvp.hpp>
30 #include <boost/serialization/shared_ptr.hpp>
47 , replace_allowed_(replace_allowed)
57 , replace_allowed_(replace_allowed)
60 throw std::runtime_error(
"AddLinkCommand: The provided joint child link name must equal the name of the provided "
81 template <
class Archive>
84 ar& BOOST_SERIALIZATION_BASE_OBJECT_NVP(
Command);
85 ar& BOOST_SERIALIZATION_NVP(
link_);
86 ar& BOOST_SERIALIZATION_NVP(
joint_);