A single-dof kinematic profile with position, velocity, acceleration and jerk. More...
#include <profile.hpp>
Public Attributes | |
| std::array< double, 7 > | t |
| std::array< double, 7 > | j |
| std::array< double, 8 > | a |
| std::array< double, 8 > | v |
| std::array< double, 8 > | p |
| BrakeProfile | brake |
| Brake sub-profile if the current state exceeds or will exceed kinematic limits. | |
| BrakeProfile | accel |
| Acceleration sub-profile if the target state exceeds kinematic limits. | |
| double | duration |
| Duration of the profile. | |
A single-dof kinematic profile with position, velocity, acceleration and jerk.
The class members are only available in the Ruckig Community Version.
| std::array<double, 8> ruckig::Profile::a |
| BrakeProfile ruckig::Profile::accel |
Acceleration sub-profile if the target state exceeds kinematic limits.
| BrakeProfile ruckig::Profile::brake |
Brake sub-profile if the current state exceeds or will exceed kinematic limits.
| double ruckig::Profile::duration |
Duration of the profile.
| std::array<double, 7> ruckig::Profile::j |
| std::array<double, 8> ruckig::Profile::p |
| std::array<double, 7> ruckig::Profile::t |
| std::array<double, 8> ruckig::Profile::v |