Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
tesseract_environment::ChangeJointAccelerationLimitsCommand Class Reference

#include <change_joint_acceleration_limits_command.h>

Inheritance diagram for tesseract_environment::ChangeJointAccelerationLimitsCommand:
Inheritance graph
[legend]
Collaboration diagram for tesseract_environment::ChangeJointAccelerationLimitsCommand:
Collaboration graph
[legend]

Public Types

using Ptr = std::shared_ptr< ChangeJointAccelerationLimitsCommand >
 
using ConstPtr = std::shared_ptr< const ChangeJointAccelerationLimitsCommand >
 
- Public Types inherited from tesseract_environment::Command
using Ptr = std::shared_ptr< Command >
 
using ConstPtr = std::shared_ptr< const Command >
 

Public Member Functions

 ChangeJointAccelerationLimitsCommand ()
 
 ChangeJointAccelerationLimitsCommand (std::string joint_name, double limit)
 Changes the acceleration limits associated with a joint. More...
 
 ChangeJointAccelerationLimitsCommand (std::unordered_map< std::string, double > limits)
 Changes the acceleration limits associated with a joint. More...
 
const std::unordered_map< std::string, double > & getLimits () const
 
bool operator== (const ChangeJointAccelerationLimitsCommand &rhs) const
 
bool operator!= (const ChangeJointAccelerationLimitsCommand &rhs) const
 
- Public Member Functions inherited from tesseract_environment::Command
 Command (CommandType type=CommandType::UNINITIALIZED)
 
virtual ~Command ()=default
 
 Command (const Command &)=default
 
Commandoperator= (const Command &)=default
 
 Command (Command &&)=default
 
Commandoperator= (Command &&)=default
 
CommandType getType () const
 
bool operator== (const Command &rhs) const
 
bool operator!= (const Command &rhs) const
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Private Attributes

std::unordered_map< std::string, double > limits_
 

Friends

class boost::serialization::access
 

Member Typedef Documentation

◆ ConstPtr

◆ Ptr

Constructor & Destructor Documentation

◆ 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_nameName of the joint to be updated
limitsNew 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
limitsA map of joint names to new acceleration limits

Member Function Documentation

◆ getLimits()

const std::unordered_map< std::string, double > & tesseract_environment::ChangeJointAccelerationLimitsCommand::getLimits ( ) const

◆ operator!=()

bool tesseract_environment::ChangeJointAccelerationLimitsCommand::operator!= ( const ChangeJointAccelerationLimitsCommand rhs) const

◆ operator==()

bool tesseract_environment::ChangeJointAccelerationLimitsCommand::operator== ( const ChangeJointAccelerationLimitsCommand rhs) const

◆ serialize()

template<class Archive >
void tesseract_environment::ChangeJointAccelerationLimitsCommand::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Member Data Documentation

◆ limits_

std::unordered_map<std::string, double> tesseract_environment::ChangeJointAccelerationLimitsCommand::limits_
private

The documentation for this class was generated from the following files: