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