AtsushiSakai/PythonRobotics

move_to_pose.py result not consistent with book

Open

#878 geöffnet am 17. Juli 2023

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (6.296 Forks)batch import
help wanted

Repository-Metriken

Stars
 (21.513 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 20T) (4 gemergte PRs in 30 T)

Beschreibung

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
  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

Contributor Guide