diff --git a/fanuc_r2000ic_support/config/opw_parameters_r2000ic165f.yaml b/fanuc_r2000ic_support/config/opw_parameters_r2000ic165f.yaml new file mode 100644 index 00000000..4c072aa2 --- /dev/null +++ b/fanuc_r2000ic_support/config/opw_parameters_r2000ic165f.yaml @@ -0,0 +1,20 @@ +# +# Parameters for use with IK solvers which support OPW (Ortho-Parallel Wrist) +# kinematic configurations, as described in the paper "An Analytical Solution +# of the Inverse Kinematics Problem of Industrial Serial Manipulators with an +# Ortho-parallel Basis and a Spherical Wrist" by Mathias Brandstötter, Arthur +# Angerer, and Michael Hofbaur (Proceedings of the Austrian Robotics Workshop +# 2014, 22-23 May, 2014, Linz, Austria). +# +# The moveit_opw_kinematics_plugin package provides such a solver. +# +opw_kinematics_geometric_parameters: + a1: 0.312 + a2: -0.225 + b: 0.000 + c1: 0.670 + c2: 1.075 + c3: 1.280 + c4: 0.215 +opw_kinematics_joint_offsets: [0, 0, deg(-90.0), 0, 0, deg(180.0)] +opw_kinematics_joint_sign_corrections: [1, 1, -1, -1, -1, -1]