Go to the documentation of this file.
26 #ifndef TESSERACT_KINEMATICS_TYPES_H
27 #define TESSERACT_KINEMATICS_TYPES_H
58 const static URParameters
UR10Parameters(0.1273, -0.612, -0.5723, 0.163941, 0.1157, 0.0922);
61 const static URParameters
UR5Parameters(0.089159, -0.42500, -0.39225, 0.10915, 0.09465, 0.0823);
64 const static URParameters
UR3Parameters(0.1519, -0.24365, -0.21325, 0.11235, 0.08535, 0.0819);
67 const static URParameters
UR10eParameters(0.1807, -0.6127, -0.57155, 0.17415, 0.11985, 0.11655);
70 const static URParameters
UR5eParameters(0.1625, -0.425, -0.3922, 0.1333, 0.0997, 0.0996);
73 const static URParameters
UR3eParameters(0.15185, -0.24355, -0.2132, 0.13105, 0.08535, 0.0921);
76 #endif // TESSERACT_KINEMATICS_TYPES_H
const static URParameters UR3eParameters(0.15185, -0.24355, -0.2132, 0.13105, 0.08535, 0.0921)
The UR3e kinematic parameters.
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
const static URParameters UR10eParameters(0.1807, -0.6127, -0.57155, 0.17415, 0.11985, 0.11655)
The UR10e kinematic parameters.
The Universal Robot kinematic parameters.
URParameters(double d1, double a2, double a3, double d4, double d5, double d6)
const static URParameters UR3Parameters(0.1519, -0.24365, -0.21325, 0.11235, 0.08535, 0.0819)
The UR3 kinematic parameters.
const static URParameters UR5eParameters(0.1625, -0.425, -0.3922, 0.1333, 0.0997, 0.0996)
The UR5e kinematic parameters.
#define TESSERACT_COMMON_IGNORE_WARNINGS_POP
const static URParameters UR10Parameters(0.1273, -0.612, -0.5723, 0.163941, 0.1157, 0.0922)
The UR10 kinematic parameters.
const static URParameters UR5Parameters(0.089159, -0.42500, -0.39225, 0.10915, 0.09465, 0.0823)
The UR5 kinematic parameters.
std::vector< Eigen::VectorXd > IKSolutions
The inverse kinematics solutions container.