ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Kadir Canik's profile - activity

2015-05-30 09:36:23 -0500 received badge  Famous Question (source)
2015-02-20 14:04:22 -0500 received badge  Notable Question (source)
2015-02-04 21:53:12 -0500 received badge  Popular Question (source)
2015-02-04 06:13:10 -0500 received badge  Student (source)
2015-02-04 05:47:09 -0500 answered a question KDL IKSolver (Only for Destination Orientation)

Hello Martin,

Thanks for reply. I am new robot kinematics. I am working about cnc machine postprocessing and simulation. i see that OpenRave KDL etc has too much than i need. KDL / Ikfast finding solution by iterating however there should be a analytical solution for 2 rotation.

Do you know any other solution for 2DOF IK. Also can you suggest me a simple open source library for simulation using opengl?

Best regards.

2015-02-03 23:45:17 -0500 asked a question KDL IKSolver (Only for Destination Orientation)

I want to use KDL for inverse kinematics calculations of 5 axis CNC machines. 5 axis CNC machines has 2 rotational axis and 3 translational axes.

I am going to define kinematics chain in KDL library and i only care about orietation of tool. The translational axes has no effect for orientation so i can discard them.

Initialy tool orientation vector is 0,0,1. I want tool vector to get parellel to for example vector 1,0,0. How can i get joint variables for this situation?