Is it possible to customizing the Frenet path planning in Highway Trajectory?
조회 수: 2 (최근 30일)
이전 댓글 표시
If it's possible. I've some plan to customizing. First thing is, I need to implement the specific Right and Left lane change funtion like for example, I'm planning to create the user input method to collectiong the information from user and then accordings to the users input, trajectories planning the lane change. In the meanwhile, If there is any colliding path is found during in this lane change scenario. The Ego Vechile must following the Lead vehcile follower in the specific Lane.
댓글 수: 0
답변 (1개)
Shishir Reddy
2024년 8월 7일
Hi Satheesh
Yes, it is possible.
To customize Frenet path planning for highway trajectory to include specific right and left lane change functions based on user input, firstly a method should be created to gather user input for desired lane change direction. Based on this input, candidate trajectories can be generated. Then a collision detection mechanism should be implemented to check for the collision-free trajectories and change the lane accordingly. If any colliding path is found during this lane change scenario, fallback mechanism should be implemented where the ego vehicle continues to follow the lead vehicle in the current lane.
For more information regarding customizations in Highway Trajectory Planning using Frenet Reference Path, kindly refer the following documentation -
I hope this helps.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Motion Planning에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!