Public Member Functions | |
JointSpaceStepper (double step, const std::vector< double > &ik_seed_state, const std::vector< std::pair< double, double > > &min_max, const std::vector< double > &indices) | |
bool | step () |
Public Attributes | |
int | current_ |
std::vector< double > | state |
std::vector< Stepper > | steppers |
Definition at line 120 of file ikfast_plugin.cpp.
JointSpaceStepper::JointSpaceStepper | ( | double | step, |
const std::vector< double > & | ik_seed_state, | ||
const std::vector< std::pair< double, double > > & | min_max, | ||
const std::vector< double > & | indices | ||
) | [inline] |
Definition at line 124 of file ikfast_plugin.cpp.
bool JointSpaceStepper::step | ( | ) | [inline] |
Definition at line 135 of file ikfast_plugin.cpp.
Definition at line 122 of file ikfast_plugin.cpp.
std::vector<double> JointSpaceStepper::state |
Definition at line 123 of file ikfast_plugin.cpp.
std::vector<Stepper> JointSpaceStepper::steppers |
Definition at line 121 of file ikfast_plugin.cpp.