PythonRobotics icon indicating copy to clipboard operation
PythonRobotics copied to clipboard

move_to_pose.py result not consistent with book

Open qlibp opened this issue 2 years ago • 4 comments

Describe the bug move_to_pose.py simulation result not consistent with book. The trajectory is obviously not consistent with the book, fig. 4.14

Expected behavior The trajectory should at least look similar to book's simulation result.

Screenshots

  1. Books' simulation result image
  2. code simulation result(with same param kpho=3, kalpha=8, kbeta=3) Note that I have already consider the case that kbeta_book = -kbeta_code

image

qlibp avatar Jul 17 '23 12:07 qlibp

Hi! I'd love to contribute to this issue. Could you please assign it to me?

us107 avatar Oct 15 '24 04:10 us107

PR is welcome, no need to assignment

AtsushiSakai avatar Oct 15 '24 12:10 AtsushiSakai

Thank you so much!

us107 avatar Oct 15 '24 17:10 us107

Hi, Id like to contribute to this issue. What book is this or where can I find the simulink model?

Edit: Book is Robotics, Vision and Control by Peter Corke.

I think the implementation is correct. Is there a chance that the gains used in the book do not correspond with the plot shown?

SupreetKurdekar avatar Oct 08 '25 06:10 SupreetKurdekar