#include <change_joint_acceleration_limits_command.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
|
std::unordered_map< std::string, double > | limits_ |
|
◆ ConstPtr
◆ Ptr
◆ ChangeJointAccelerationLimitsCommand() [1/3]
tesseract_environment::ChangeJointAccelerationLimitsCommand::ChangeJointAccelerationLimitsCommand |
( |
| ) |
|
◆ ChangeJointAccelerationLimitsCommand() [2/3]
tesseract_environment::ChangeJointAccelerationLimitsCommand::ChangeJointAccelerationLimitsCommand |
( |
std::string |
joint_name, |
|
|
double |
limit |
|
) |
| |
Changes the acceleration limits associated with a joint.
- Parameters
-
joint_name | Name of the joint to be updated |
limits | New acceleration limits to be set as the joint limits |
◆ ChangeJointAccelerationLimitsCommand() [3/3]
tesseract_environment::ChangeJointAccelerationLimitsCommand::ChangeJointAccelerationLimitsCommand |
( |
std::unordered_map< std::string, double > |
limits | ) |
|
Changes the acceleration limits associated with a joint.
- Parameters
-
limits | A map of joint names to new acceleration limits |
◆ getLimits()
const std::unordered_map< std::string, double > & tesseract_environment::ChangeJointAccelerationLimitsCommand::getLimits |
( |
| ) |
const |
◆ operator!=()
◆ operator==()
◆ serialize()
template<class Archive >
void tesseract_environment::ChangeJointAccelerationLimitsCommand::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ limits_
std::unordered_map<std::string, double> tesseract_environment::ChangeJointAccelerationLimitsCommand::limits_ |
|
private |
The documentation for this class was generated from the following files: