|
trajectory_generation
|
#include <trajectory_generationTypes.hpp>
Classes | |
| struct | lowerLimit |
| struct | upperLimit |
Public Member Functions | |
| MotionConstraint () | |
| bool | hasMaxPosition () const |
| bool | hasMinPosition () const |
| bool | hasMaxVelocity () const |
| bool | hasMaxAcceleration () const |
| bool | hasMaxJerk () const |
| void | validate () const |
| void | applyDefaultIfUnset (const MotionConstraint &default_constraints) |
Public Attributes | |
| double | max_jerk |
| upperLimit | max |
| lowerLimit | min |
Motion constraints to define the dynamic behavior of the trajectories generated by this component
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| upperLimit trajectory_generation::MotionConstraint::max |
Maximum joint or Cartesian jerk (derivative of acceleration). In rad/sss or m/sss. (has to be > 0)
| double trajectory_generation::MotionConstraint::max_jerk |
| lowerLimit trajectory_generation::MotionConstraint::min |
1.8.13