필터 지우기
필터 지우기

I want to use a Lateral Controller like Stanley or PID for my automated driving car with using Gps Coordinates.

조회 수: 3 (최근 30일)
I want to use a Lateral Controller for example Stanley or PID for my automated driving car. The Controller must able to correct lateral drive through steering. My inputs should be Gps coordinates from the car and Gps coordinates from my way points. I have seen some examples for lateral controller for automated driving but on these applications are being X Y coordinates. I want to apply it with Gps coordinates in real. Can someone help me please?
Thanks.
  댓글 수: 16
Sam Chak
Sam Chak 2023년 4월 5일
What exactly is the GPS Route for? Why do you want to create the data instead of importing the data from the GPS device?
Ihsan
Ihsan 2023년 4월 5일
GPS Route is for my ideal path. It will be compared with the GPS Data from the vehicle.

댓글을 달려면 로그인하십시오.

답변 (1개)

Sam Chak
Sam Chak 2023년 4월 4일
A path planner function using the A* algorithm is available in the Navigation Toolbox; the function is called plannerAStarGrid(map). It can find the shortest collision-free path through an obstacle grid map.
There is an example in the documentation that you can refer to.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by