We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在论文中有提到:一般情况下无人机的偏航角是朝向跟踪对象的,但是当检测到未来的轨迹会到达未知的地方时,会让无人机朝向未知区域。我看到在代码里面也有这部分,但是被注释了,我取消注释后再去跑发现这个貌似是不太合理的,因为在跟踪过程中会有面朝前后退的情况,按原文的逻辑就要求偏航角朝后,感觉这样大机动的调整偏航角一是容易更丢,二是对SLAM自主定位也有不好的影响。希望能得到作者您的解答。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在论文中有提到:一般情况下无人机的偏航角是朝向跟踪对象的,但是当检测到未来的轨迹会到达未知的地方时,会让无人机朝向未知区域。我看到在代码里面也有这部分,但是被注释了,我取消注释后再去跑发现这个貌似是不太合理的,因为在跟踪过程中会有面朝前后退的情况,按原文的逻辑就要求偏航角朝后,感觉这样大机动的调整偏航角一是容易更丢,二是对SLAM自主定位也有不好的影响。希望能得到作者您的解答。
The text was updated successfully, but these errors were encountered: