26 #ifndef TESSERACT_ENVIRONMENT_CHANGE_JOINT_POSITION_LIMITS_COMMAND_H
27 #define TESSERACT_ENVIRONMENT_CHANGE_JOINT_POSITION_LIMITS_COMMAND_H
33 #include <unordered_map>
38 #include <boost/serialization/export.hpp>
49 using Ptr = std::shared_ptr<ChangeJointPositionLimitsCommand>;
50 using ConstPtr = std::shared_ptr<const ChangeJointPositionLimitsCommand>;
68 const std::unordered_map<std::string, std::pair<double, double>>&
getLimits()
const;
74 std::unordered_map<std::string, std::pair<double, double>>
limits_;
78 template <
class Archive>
79 void serialize(Archive& ar,
const unsigned int version);
84 #endif // TESSERACT_ENVIRONMENT_CHANGE_JOINT_POSITION_LIMITS_COMMAND_H