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
If I set end_tip = [1, 1, 1], does that mean the end effector will point at [1,1,1] in world frame? Or is it a rotation of [1,1,1] along the end effector x, y, z axis?
The text was updated successfully, but these errors were encountered:
rcywongaa
changed the title
What is the interpretation of end_tip argument in solveIK()?
How should desired orientation be expressed in solveIK()?
Jun 26, 2023
From https://files.hebi.us/docs/cpp/cpp-3.5.1/classhebi_1_1experimental_1_1arm_1_1Arm.html#aa4eb194bc441c71efdcf7f6e20f5178e)
What is the interpretation of
end_tip
?If I set
end_tip = [1, 1, 1]
, does that mean the end effector will point at[1,1,1]
in world frame? Or is it a rotation of[1,1,1]
along the end effector x, y, z axis?Similarly, from https://files.hebi.us/docs/python/2.7.2/hebi/py_api.html?highlight=endeffector_so3_objective#hebi.robot_model.endeffector_so3_objective
In what frame is the orientation specified in?
The text was updated successfully, but these errors were encountered: