#include <joint.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
◆ ConstPtr
◆ Ptr
◆ JointLimits() [1/2]
tesseract_scene_graph::JointLimits::JointLimits |
( |
| ) |
|
|
default |
◆ JointLimits() [2/2]
tesseract_scene_graph::JointLimits::JointLimits |
( |
double |
l, |
|
|
double |
u, |
|
|
double |
e, |
|
|
double |
v, |
|
|
double |
a |
|
) |
| |
|
inline |
◆ clear()
void tesseract_scene_graph::JointLimits::clear |
( |
| ) |
|
|
inline |
◆ operator!=()
bool tesseract_scene_graph::JointLimits::operator!= |
( |
const JointLimits & |
rhs | ) |
const |
◆ operator==()
bool tesseract_scene_graph::JointLimits::operator== |
( |
const JointLimits & |
rhs | ) |
const |
◆ serialize()
template<class Archive >
void tesseract_scene_graph::JointLimits::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const JointLimits & |
limits |
|
) |
| |
|
friend |
◆ acceleration
double tesseract_scene_graph::JointLimits::acceleration { 0 } |
◆ effort
double tesseract_scene_graph::JointLimits::effort { 0 } |
◆ lower
double tesseract_scene_graph::JointLimits::lower { 0 } |
◆ upper
double tesseract_scene_graph::JointLimits::upper { 0 } |
◆ velocity
double tesseract_scene_graph::JointLimits::velocity { 0 } |
The documentation for this class was generated from the following files:
- tesseract_scene_graph/include/tesseract_scene_graph/joint.h
- tesseract_scene_graph/src/joint.cpp