Ruckig 0.9.2
Motion Generation for Robots and Machines
|
Output type of Ruckig. More...
#include <output_parameter.hpp>
Public Attributes | |
size_t | degrees_of_freedom |
Trajectory< DOFs, CustomVector > | trajectory |
Current trajectory. More... | |
Vector< double > | new_position |
Vector< double > | new_velocity |
Vector< double > | new_acceleration |
double | time {0.0} |
Current time on trajectory. More... | |
size_t | new_section {0} |
Index of the current section between two (possibly filtered) intermediate positions (only relevant in Ruckig Pro) More... | |
bool | did_section_change {false} |
Was a new section reached in the last cycle? (only relevant in Ruckig Pro) More... | |
bool | new_calculation {false} |
Was a new trajectory calculation performed in the last cycle? More... | |
bool | was_calculation_interrupted {false} |
Was the trajectory calculation interrupted? (only in Ruckig Pro) More... | |
double | calculation_duration |
Computational duration of the last update call. More... | |
Output type of Ruckig.
double ruckig::OutputParameter< DOFs, CustomVector >::calculation_duration |
Computational duration of the last update call.
size_t ruckig::OutputParameter< DOFs, CustomVector >::degrees_of_freedom |
bool ruckig::OutputParameter< DOFs, CustomVector >::did_section_change {false} |
Was a new section reached in the last cycle? (only relevant in Ruckig Pro)
Vector<double> ruckig::OutputParameter< DOFs, CustomVector >::new_acceleration |
bool ruckig::OutputParameter< DOFs, CustomVector >::new_calculation {false} |
Was a new trajectory calculation performed in the last cycle?
Vector<double> ruckig::OutputParameter< DOFs, CustomVector >::new_position |
size_t ruckig::OutputParameter< DOFs, CustomVector >::new_section {0} |
Index of the current section between two (possibly filtered) intermediate positions (only relevant in Ruckig Pro)
Vector<double> ruckig::OutputParameter< DOFs, CustomVector >::new_velocity |
double ruckig::OutputParameter< DOFs, CustomVector >::time {0.0} |
Current time on trajectory.
Trajectory<DOFs, CustomVector> ruckig::OutputParameter< DOFs, CustomVector >::trajectory |
Current trajectory.
bool ruckig::OutputParameter< DOFs, CustomVector >::was_calculation_interrupted {false} |
Was the trajectory calculation interrupted? (only in Ruckig Pro)