Maximum velocity at which end position can be set. Prevents issuing of end position when the target is passed at high velocity. More...
#include <YouBotJointParameter.hpp>
Public Member Functions | |
void | getParameter (quantity< angular_velocity > ¶meter) const |
MaximumVelocityToSetPosition () | |
void | setParameter (const quantity< angular_velocity > ¶meter) |
void | toString (std::string &value) |
virtual | ~MaximumVelocityToSetPosition () |
Public Member Functions inherited from youbot::YouBotJointParameter | |
virtual | ~YouBotJointParameter () |
Public Member Functions inherited from youbot::YouBotJointParameterReadOnly | |
virtual | ~YouBotJointParameterReadOnly () |
Private Member Functions | |
std::string | getName () const |
ParameterType | getType () const |
void | getYouBotMailboxMsg (YouBotSlaveMailboxMsg &message, TMCLCommandNumber msgType, const YouBotJointStorage &storage) const |
void | setYouBotMailboxMsg (const YouBotSlaveMailboxMsg &message, const YouBotJointStorage &storage) |
Private Attributes | |
quantity< angular_velocity > | lowerLimit |
std::string | name |
ParameterType | parameterType |
quantity< angular_velocity > | upperLimit |
quantity< angular_velocity > | value |
Friends | |
class | YouBotJoint |
Additional Inherited Members | |
Protected Member Functions inherited from youbot::YouBotJointParameter | |
YouBotJointParameter () | |
Protected Member Functions inherited from youbot::YouBotJointParameterReadOnly | |
YouBotJointParameterReadOnly () | |
Protected Attributes inherited from youbot::YouBotJointParameter | |
std::string | name |
ParameterType | parameterType |
Protected Attributes inherited from youbot::YouBotJointParameterReadOnly | |
std::string | name |
ParameterType | parameterType |
Maximum velocity at which end position can be set. Prevents issuing of end position when the target is passed at high velocity.
Definition at line 1427 of file YouBotJointParameter.hpp.
youbot::MaximumVelocityToSetPosition::MaximumVelocityToSetPosition | ( | ) |
Definition at line 1962 of file YouBotJointParameter.cpp.
|
virtual |
Definition at line 1971 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 1446 of file YouBotJointParameter.hpp.
void youbot::MaximumVelocityToSetPosition::getParameter | ( | quantity< angular_velocity > & | parameter | ) | const |
Definition at line 1976 of file YouBotJointParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 1448 of file YouBotJointParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 2003 of file YouBotJointParameter.cpp.
void youbot::MaximumVelocityToSetPosition::setParameter | ( | const quantity< angular_velocity > & | parameter | ) |
Definition at line 1982 of file YouBotJointParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotJointParameter.
Definition at line 2014 of file YouBotJointParameter.cpp.
|
virtual |
Implements youbot::YouBotJointParameter.
Definition at line 1995 of file YouBotJointParameter.cpp.
|
friend |
Definition at line 1428 of file YouBotJointParameter.hpp.
|
private |
Definition at line 1452 of file YouBotJointParameter.hpp.
|
private |
Definition at line 1456 of file YouBotJointParameter.hpp.
|
private |
Definition at line 1458 of file YouBotJointParameter.hpp.
|
private |
Definition at line 1448 of file YouBotJointParameter.hpp.
|
private |
Definition at line 1454 of file YouBotJointParameter.hpp.