forked from ZhengLiu-cart/IK_qp
add test files for the rm75 kinematics class.
This commit is contained in:
@@ -99,7 +99,6 @@ class rm75_kine_api():
|
||||
if work != self.work_name:
|
||||
self.work_name = work
|
||||
self.cfg_work_frame(work)
|
||||
print(joint_angles)
|
||||
return self.robot_kine_rm.rm_algo_forward_kinematics(joint=[float(q_s)*180.0/math.pi for q_s in joint_angles] , flag=flag)
|
||||
|
||||
def inverse_kinematics(self, target_position, target_rpy=None, initial_guess=None, tool="omnipic", work="work", step_arm_angle = 15.0):
|
||||
|
||||
Reference in New Issue
Block a user