#include <math.h>
#include <stdio.h>
Go to the source code of this file.
Namespaces | |
namespace | ur_kinematics |
Defines | |
#define | a2 -0.612 |
#define | a3 -0.5723 |
#define | d1 0.1273 |
#define | d4 0.163941 |
#define | d5 0.1157 |
#define | d6 0.0922 |
#define | PI M_PI |
#define | SIGN(x) ( ( (x) > 0 ) - ( (x) < 0 ) ) |
#define | UR10_PARAMS |
#define | ZERO_THRESH 0.00000001 |
Functions | |
void | ur_kinematics::forward (const double *q, double *T) |
int | ur_kinematics::inverse (const double *T, double *q_sols, double q6_des=0.0) |
#define UR10_PARAMS |
#define ZERO_THRESH 0.00000001 |