Structure to specify a valid joint range [lower, upper] with a nominal position given by 'nominal'. More...
#include <joint_trajectory_pt.h>
| Public Member Functions | |
| double | range () const | 
| TolerancedJointValue (double nominal, double lower, double upper) | |
| TolerancedJointValue (double nominal) | |
| Public Attributes | |
| double | lower | 
| double | nominal | 
| double | upper | 
Structure to specify a valid joint range [lower, upper] with a nominal position given by 'nominal'.
Definition at line 36 of file joint_trajectory_pt.h.
| descartes_trajectory::TolerancedJointValue::TolerancedJointValue | ( | double | nominal, | 
| double | lower, | ||
| double | upper | ||
| ) |  [inline] | 
Definition at line 38 of file joint_trajectory_pt.h.
| descartes_trajectory::TolerancedJointValue::TolerancedJointValue | ( | double | nominal | ) |  [inline] | 
Definition at line 42 of file joint_trajectory_pt.h.
| double descartes_trajectory::TolerancedJointValue::range | ( | ) | const  [inline] | 
Definition at line 46 of file joint_trajectory_pt.h.
Definition at line 51 of file joint_trajectory_pt.h.
Definition at line 51 of file joint_trajectory_pt.h.
Definition at line 51 of file joint_trajectory_pt.h.