Skip to content

Commit 75c5ad3

Browse files
Add opw parameters for KR 16 R1610 cybertech
1 parent 08fd88a commit 75c5ad3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#
2+
# Parameters for use with IK solvers which support OPW (Ortho-Parallel Wrist)
3+
# kinematic configurations, as described in the paper "An Analytical Solution
4+
# of the Inverse Kinematics Problem of Industrial Serial Manipulators with an
5+
# Ortho-parallel Basis and a Spherical Wrist" by Mathias Brandstötter, Arthur
6+
# Angerer, and Michael Hofbaur (Proceedings of the Austrian Robotics Workshop
7+
# 2014, 22-23 May, 2014, Linz, Austria).
8+
#
9+
# The moveit_opw_kinematics_plugin package provides such a solver.
10+
#
11+
opw_kinematics_geometric_parameters:
12+
a1: 0.260
13+
a2: 0.035
14+
b: 0.000
15+
c1: 0.675
16+
c2: 0.680
17+
c3: 0.670
18+
c4: 0.158
19+
opw_kinematics_joint_offsets: [0.0, -1.57079632679, 0.0, 0.0, 0.0, 0.0]
20+
opw_kinematics_joint_sign_corrections: [-1, 1, 1, -1, 1, -1]

0 commit comments

Comments
 (0)