Public Attributes | |
std::vector< double > | accelerations_ |
double | final_acceleration_ |
double | initial_acceleration_ |
double | max_acceleration_ |
double | max_velocity_ |
double | min_acceleration_ |
double | min_velocity_ |
std::vector< double > | positions_ |
std::vector< double > | velocities_ |
Definition at line 55 of file iterative_spline_parameterization.cpp.
std::vector<double> trajectory_processing::SingleJointTrajectory::accelerations_ |
Definition at line 59 of file iterative_spline_parameterization.cpp.
double trajectory_processing::SingleJointTrajectory::final_acceleration_ |
Definition at line 61 of file iterative_spline_parameterization.cpp.
double trajectory_processing::SingleJointTrajectory::initial_acceleration_ |
Definition at line 60 of file iterative_spline_parameterization.cpp.
double trajectory_processing::SingleJointTrajectory::max_acceleration_ |
Definition at line 65 of file iterative_spline_parameterization.cpp.
double trajectory_processing::SingleJointTrajectory::max_velocity_ |
Definition at line 63 of file iterative_spline_parameterization.cpp.
double trajectory_processing::SingleJointTrajectory::min_acceleration_ |
Definition at line 64 of file iterative_spline_parameterization.cpp.
double trajectory_processing::SingleJointTrajectory::min_velocity_ |
Definition at line 62 of file iterative_spline_parameterization.cpp.
std::vector<double> trajectory_processing::SingleJointTrajectory::positions_ |
Definition at line 57 of file iterative_spline_parameterization.cpp.
std::vector<double> trajectory_processing::SingleJointTrajectory::velocities_ |
Definition at line 58 of file iterative_spline_parameterization.cpp.