Classes | |
struct | VARIABLE |
Public Member Functions | |
const std::vector< int > & | GetFree () const |
void | GetSolution (IKReal *psolution, const IKReal *pfree) const |
Public Attributes | |
std::vector< VARIABLE > | basesol |
solution and their offsets if joints are mimiced | |
std::vector< int > | vfree |
Definition at line 97 of file ADEPT_VIPER_S650_arm_1_ikfast_output.cpp.
const std::vector<int>& IKSolution::GetFree | ( | ) | const [inline] |
Gets the free parameters the solution requires to be set before a full solution can be returned
Definition at line 121 of file ADEPT_VIPER_S650_arm_1_ikfast_output.cpp.
void IKSolution::GetSolution | ( | IKReal * | psolution, |
const IKReal * | pfree | ||
) | const [inline] |
Gets a solution given its free parameters
pfree | The free parameters required, range is in [-pi,pi] |
Definition at line 102 of file ADEPT_VIPER_S650_arm_1_ikfast_output.cpp.
solution and their offsets if joints are mimiced
Definition at line 131 of file ADEPT_VIPER_S650_arm_1_ikfast_output.cpp.
Definition at line 132 of file ADEPT_VIPER_S650_arm_1_ikfast_output.cpp.