Skip to content
New issue

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

修复了标志位复用造成的Node被删除问题 #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

David3665
Copy link

1.HybridAStar函数中第25与第35行的标志位命名重复,造成部分路径点被删除,修改名称增加判断即可;
2.原代码中的RS曲线CCCC类路径的生成有问题,对照RS论文中公式发现与代码一致,猜测是论文中的公式有误,要得到正确的结果可采用matlab的Navigation Toolbox中的reedsSheppConnection系列函数生成RS曲线即可(matlab需要安装Navigation Toolbox)。

使用matlab自带的RS曲线,需要安装Navigation Toolbox,修复了代码中标志位复用的问题
1.HybridAStar函数中第25与第35行的标志位命名重复,造成部分路径点被删除,修改名称增加判断即可;
2.原代码中的RS曲线CCCC类路径的生成有问题,对照RS论文中公式发现与代码一致,猜测是论文中的公式有误,要得到正确的结果可采用matlab的Navigation Toolbox中的reedsSheppConnection系列函数生成RS曲线即可(matlab需要安装Navigation Toolbox)。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant