minor changes

This commit is contained in:
Takayuki Murooka
2019-01-26 03:06:27 +09:00
parent b543623cad
commit 33e7b67db0
2 changed files with 11 additions and 11 deletions

View File

@@ -22,5 +22,4 @@ if __name__ == "__main__":
n_link_arm.set_joint_angles([random_val(-1, 1) for j in range(len(n_link_arm.link_list))])
ee_pose = n_link_arm.forward_kinematics(plot=True)
print(ee_pose)