TinyURDF 1.0.0
A Modern C++ Library for Parsing and Visualizing URDF Model Files
|
#include <joint_mimic.h>
Public Member Functions | |
JointMimic () | |
bool | isA (const char *name) override |
void | print (std::ostream &os) override |
void | clear () override |
void | setOffset (double o) |
void | setMultiplier (double m) |
void | setName (std::string &n_) |
Public Member Functions inherited from PropertyBase | |
virtual bool | validate () const |
virtual void | set (const std::any &value) |
Additional Inherited Members | |
Protected Member Functions inherited from PropertyBase | |
PropertyBase () | |
virtual | ~PropertyBase () |
virtual PropertyBase * | getPointer () |
virtual PropertyBase & | operator= (const PropertyBase &rhs) |
JointMimic::JointMimic | ( | ) |
|
overridevirtual |
Implements PropertyBase.
|
overridevirtual |
Implements PropertyBase.
|
overridevirtual |
Implements PropertyBase.
void JointMimic::setMultiplier | ( | double | m | ) |
void JointMimic::setName | ( | std::string & | n_ | ) |
void JointMimic::setOffset | ( | double | o | ) |