Giromi / Capstone1

50% 이상만 가즈아ㅏㅏ
0 stars 0 forks source link

PID 제어기 문제 발생 ... Path Tracking 알고리즘 필요 #16

Open Giromi opened 2 months ago

Giromi commented 2 months ago

레퍼런스 자체가 body frame 기준으로는 unit step, ramp step가 아닌 nonlinear 이기 때문에 gain turning이 쉽지 않음

그래서 열심히 조사해본 결과, pure pursuit geometry라는 기하학을 알게 되었고, 관련 알고리즘을 찾을 수 있었음 Geometry-of-the-pure-pursuit

https://github.com/AtsushiSakai/PythonRobotics/tree/master

Giromi commented 2 months ago

직접 실행 해볼 시

pip3 install -r requirements/requirements.txt
python3 (파일)
Giromi commented 2 months ago

깃허브

image

path tracking에 여러가지 제어기들이 있다는 것을 알게 되었음.

논문

http://journal.ksae.org/xml/31984/31984.pdf

제어기 성능 비교

Giromi commented 2 months ago

https://emptyhead.oopy.io/e0bf57e0-37d1-484b-8fad-3edfeaa193d5 https://github.com/HemaZ/pure_pursuit https://github.com/duynamrcv/omni_robot

Giromi commented 2 months ago

https://velog.io/@xpffpsh12/Path-Tracking-Algorithm https://velog.io/@legendre13/Pure-Pursuit https://blog.naver.com/kimsblog-/221298340657

Giromi commented 2 months ago

https://www.youtube.com/watch?v=e3qxMNPKriQ

https://www.youtube.com/watch?v=PYo42D_4UOw