Skip to content

Commit

Permalink
Remove useless calls to ik
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulero committed Dec 12, 2023
1 parent 6f93762 commit 7595aca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/ik.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -270,15 +270,12 @@
" if wrapper.data.time > 2:\n",
" # change the desired ee position\n",
" des_ee_pos_numeric = np.array([2.0, 0.0, 0.2])\n",
" sol_q_dot = ik(q0_numeric, des_ee_pos_numeric)\n",
" if wrapper.data.time > 4:\n",
" # change the desired ee position\n",
" des_ee_pos_numeric = np.array([0.0, 0.5, 0.4])\n",
" sol_q_dot = ik(q0_numeric, des_ee_pos_numeric)\n",
" if wrapper.data.time > 6:\n",
" # change the desired ee position\n",
" des_ee_pos_numeric = np.array([0.0, -0.6, 0.6])\n",
" sol_q_dot = ik(q0_numeric, des_ee_pos_numeric)\n",
"\n",
"media.show_video(frames, fps=framerate)\n"
]
Expand Down

0 comments on commit 7595aca

Please sign in to comment.