Skip to content

huangkainwpu24/2D_dubins

Repository files navigation

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

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

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)

About

dubins with Analytical method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages