You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on trajectory planning using Probabilistic Motion Primitives on Baxter Robot. It requires the use of an Inverse kinematics tool to convert the algorithm's positions (x,y,z) in task space to Baxter's joint angles without the input of gripper orientation.
IK_Service_Client requires quaternions to provide the solution, hence I tried Baxter pykdl, which outputs None to valid points in the workspace. Even after providing it a seed, the solution is way off and inaccurate. Is there any other IK solver which solves just using the x,y,z values, @ymollard?
This is the screenshot of the same issue:
The text was updated successfully, but these errors were encountered:
I am working on trajectory planning using Probabilistic Motion Primitives on Baxter Robot. It requires the use of an Inverse kinematics tool to convert the algorithm's positions (x,y,z) in task space to Baxter's joint angles without the input of gripper orientation.
IK_Service_Client requires quaternions to provide the solution, hence I tried Baxter pykdl, which outputs None to valid points in the workspace. Even after providing it a seed, the solution is way off and inaccurate. Is there any other IK solver which solves just using the x,y,z values, @ymollard?
This is the screenshot of the same issue:
The text was updated successfully, but these errors were encountered: