ref:Cooperative Path Planning of Unmanned Aerial Vehicles
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"
- example of dubins path
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"
P35 in ref
Table 2.1 Calculation of tangent exit and entry points for external tangent
P39 in ref
Table 2.2 Calculation of tangent exit and entry points for internal tangent
Table 2.2 Calculation of tangent exit and entry points for internal tangent(Changed)