Inverse kinematics error - first axis is not rotating #300
-
Hi, I tested the library with Create IRB6650 S. It goes from first point to second point with joint movement. Both points are feasible alone, but plugin can't handle them together in joint movement. Feasible points should be reachable with joint movements Am I missing something, or it is a bug? I attached the rhino and grasshopper file for the example. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi, not necesarily. You are doing a cartesian motion in joint space (not an absolute joint motion). Without specifying a configuration, the plugin will choose the configuration with the shortest distance from the previous target in joint space (from the 8 posibilities). Some of these configurations might not be valid due to joint limits. What I recommend is that you specify a particular configuration to the second target. You can do this by adding the Configuration input to the Target component. |
Beta Was this translation helpful? Give feedback.
The plugin simulation matches the controller's path planning given the generated script file that you load to the robot. Usually the controller will give you a joint limit error in this case instead of trying to find an alternative pose/configuration that was not explicitly programmed, as this might be unexpected by the user and could cause issues / be dangerous.