What is Lookahead Distance?

36 ビュー (過去 30 日間)
Shubham Kalpande
Shubham Kalpande 2021 年 5 月 18 日
コメント済み: Shubham Kalpande 2021 年 5 月 20 日
I am trying to implement the waypoint follower object in a flight simulation. I have added white noise to dynamical equations of motion for an UAV, and trying to simulate the drift due to integration. The trouble is I see drift only for higher values of look ahead distance, but nothing for small values.
Can you please explain what exactly is this lookahead distance? Nothing is clear from the MATLAB page where it's information is given.
For example in this link, they have tuned the lookahead distance to get smoother trajectory. What exactly is this look ahead distance?

採用された回答

Jianxin Sun
Jianxin Sun 2021 年 5 月 19 日
Hi Shubham,
The lookahead distance determines how far ahead the target location would be for the UAV along the path defined by waypoints. Check the illustration below, the larger L is, the further away target point would be, which usually yield a more consistent flight direction for the UAV. If L is too small, the UAV would need to adjust its heading frequently. If L is too high, the UAV might not converge to the path line fast enough.
Thanks,
Jianxin
  1 件のコメント
Shubham Kalpande
Shubham Kalpande 2021 年 5 月 20 日
Thank you, Jianxin. Perfect explanation.

サインインしてコメントする。

その他の回答 (0 件)

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by