How to find a path with minimum distance and minimum curvature inside tracks limits?

7 次查看(过去 30 天)
I have the data about the limits of tracks (attatched) and now I want to find a path respecting the constraint about being between the limits and considering multi objectives: minimum distance (where the distance is minimum but the velocity is not maximum) and minimum curvature (where the velocity is maximum but the distance is not).
Thank you.

回答(1 个)

darova
darova 2021-3-14
Here is a usefull link about curve interpolation: LINK
Curvature (wikipedia link)
DO you have any questions?
  3 个评论
darova
darova 2021-3-14
I gave you advices:
  • interpolate your curves first using splines
  • read about curvature to make your calculations
Solange Santos
Solange Santos 2021-3-14
Sorry, but I cannot understand how that helps because the curves I have are from the limits. I need to find some path inside of them first

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by