Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update UR Kinematics Parameters for e-series #713

Merged
merged 1 commit into from
Feb 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ const static URParameters UR5Parameters(0.089159, -0.42500, -0.39225, 0.10915, 0
const static URParameters UR3Parameters(0.1519, -0.24365, -0.21325, 0.11235, 0.08535, 0.0819);

/** @brief The UR10e kinematic parameters */
const static URParameters UR10eParameters(0.181, -0.613, -0.571, 0.135 + 0.176 - 0.137, 0.120, 0.117);
const static URParameters UR10eParameters(0.1807, -0.6127, -0.57155, 0.17415, 0.11985, 0.11655);

/** @brief The UR5e kinematic parameters */
const static URParameters UR5eParameters(0.163, -0.425, -0.392, 0.127 + 0.138 - 0.131, 0.100, 0.100);
const static URParameters UR5eParameters(0.1625, -0.425, -0.3922, 0.1333, 0.0997, 0.0996);

/** @brief The UR3e kinematic parameters */
const static URParameters UR3eParameters(0.152, -0.244, -0.213, 0.104 + 0.138 - 0.131, 0.085, 0.092);
const static URParameters UR3eParameters(0.15185, -0.24355, -0.2132, 0.13105, 0.08535, 0.0921);

} // namespace tesseract_kinematics
#endif // TESSERACT_KINEMATICS_TYPES_H