2D_dubins-master

所属分类:其他
开发工具:matlab
文件大小:57KB
下载次数:12
上传日期:2020-08-05 00:05:43
上 传 者阿朱龙
说明:  无人机dubins航路规划算法,matlab m语言编写
(pathplannig algorithm for uavs)

文件列表:
drawArrow.m (1650, 2019-03-31)
drawTrajectory.m (588, 2019-03-31)
dubins_trajectory.m (2970, 2019-03-31)
dubins_types.m (18327, 2019-03-31)
images (0, 2019-03-31)
images\.DS_Store (6148, 2019-03-31)
images\Calculation_of_tangent_exit_and_entry_points_for_external_tangent.png (10208, 2019-03-31)
images\Calculation_of_tangent_exit_and_entry_points_for_internal_tangent(Changed).png (10588, 2019-03-31)
images\Calculation_of_tangent_exit_and_entry_points_for_internal_tangent.png (9831, 2019-03-31)
images\example_dubins.png (32294, 2019-03-31)
main.m (381, 2019-03-31)
plot_dubins_trajectory.m (2053, 2019-03-31)

# 2D_dubins Path(Analytical Geometry method) **ref**:Cooperative Path Planning of Unmanned Aerial Vehicles ## input You should input **the start position**(x and y),**start direction speed**,**start curvature** and the same as finish, all these parameters are in file named "main.m" ## output * example of dubins path ![](images/example_dubins.png?raw=true) the red line is the shortest dubins path,and the showing "LSL 10" in title means the dubins type is LSL and the radius of circle is 10, if you want to know more detils about how to calculate dubins, you can read file "dubins_trajectory.m" and "dubins_types.m" ## note P35 in ref **Table 2.1** Calculation of tangent exit and entry points for external tangent ![](images/Calculation_of_tangent_exit_and_entry_points_for_external_tangent.png?raw=true) P39 in ref **Table 2.2** Calculation of tangent exit and entry points for internal tangent ![](images/Calculation_of_tangent_exit_and_entry_points_for_internal_tangent.png?raw=true) **Table 2.2** Calculation of tangent exit and entry points for internal tangent(**Changed**) ![](images/Calculation_of_tangent_exit_and_entry_points_for_internal_tangent(Changed).png?raw_true)

近期下载者

相关文件


收藏者