Go to the source code of this file.
|
template<typename T > |
Transform< T > | opw_kinematics::forward (const Parameters< T > &p, const T *qs) noexcept |
| Computes the tool pose of the robot described by when said robot has the joint positions given by qs, a 6 element array of type T. More...
|
|
template<typename T > |
void | opw_kinematics::inverse (const Parameters< T > ¶ms, const Transform< T > &pose, T *out) noexcept |
| Computes up to 8 kinematically unique joint solutions that put the tool flange of the robot described by params at the pose given by pose. Results are stored in out, a 6x8 array of T. See out's description for more details. More...
|
|