Go to the documentation of this file.
26 #ifndef TESSERACT_ENVIRONMENT_CHANGE_JOINT_ACCELERATION_LIMITS_COMMAND_H
27 #define TESSERACT_ENVIRONMENT_CHANGE_JOINT_ACCELERATION_LIMITS_COMMAND_H
33 #include <unordered_map>
34 #include <boost/serialization/export.hpp>
49 using Ptr = std::shared_ptr<ChangeJointAccelerationLimitsCommand>;
50 using ConstPtr = std::shared_ptr<const ChangeJointAccelerationLimitsCommand>;
67 const std::unordered_map<std::string, double>&
getLimits()
const;
73 std::unordered_map<std::string, double>
limits_;
77 template <
class Archive>
78 void serialize(Archive& ar,
const unsigned int version);
83 #endif // TESSERACT_ENVIRONMENT_CHANGE_JOINT_ACCELERATION_LIMITS_COMMAND_H
std::unordered_map< std::string, double > limits_
bool operator==(const ChangeJointAccelerationLimitsCommand &rhs) const
bool operator!=(const ChangeJointAccelerationLimitsCommand &rhs) const
std::shared_ptr< Command > Ptr
friend class boost::serialization::access
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
This contains classes for recording operations applied to the environment for tracking changes....
const std::unordered_map< std::string, double > & getLimits() const
std::shared_ptr< const Command > ConstPtr
void serialize(Archive &ar, const unsigned int version)
ChangeJointAccelerationLimitsCommand()