Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.25 KB

background.rst

File metadata and controls

35 lines (25 loc) · 1.25 KB

Background

Note

A deep understanding of the mathematics of Dubins' curves isn't necessary for making use of this module, but it may help if any changes are required to the module.

The motion of the Dubins' car can be described in terms of the differential equations.

$$\begin{aligned} \dot{x} &=& v \cos( \theta ) \\\ \dot{y} &=& v \sin( \theta ) \\\ \dot{\theta} &=& \omega \end{aligned}$$

Where x and y are the position of the vehicle, θ is the angular heading of the vehicle, v is a velocity command input, and ω is the rotational rate input.

Another way of saying this is that the Dubins' car can be described by a configuration q = [x, y, θ]T.

The forward only constraint on the vehicle is imposed by requiring 0 < v ≤ vmax and the limited turning rate constraint by limiting |ω| < ωmax.

A Dubins' path describes the optimal (shortest path) that satisfies the constraints. These optimal paths can be shown to require v = vmax for the whole path and ω is equal to  ± ωmax or 0. Often, the constraints are rewritten (as the equivalent) vmax = 1 and $\frac{\omega_{max}}{v_{max}}$