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 86 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 90 of file ikfast_plugin.cpp.
| bool JointSpaceStepper::step | ( | ) | [inline] |
Definition at line 101 of file ikfast_plugin.cpp.
Definition at line 88 of file ikfast_plugin.cpp.
| std::vector<double> JointSpaceStepper::state |
Definition at line 89 of file ikfast_plugin.cpp.
| std::vector<Stepper> JointSpaceStepper::steppers |
Definition at line 87 of file ikfast_plugin.cpp.