Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 439 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 439 Bytes

Dubins Coverage for the Traveling Salesman

MATLAB

To run the matlab simulations you must first builds the necessary mex files.

Compiling Dubins Curve Mex

To compile Dubins Curve Mex by changing into the lib/DubinsPlot directory, and running:

mex src/dubins.cpp

This will create a dubins.mex file, eg. dubins.mexw64 on Windows 7 64-bit, which is used for plot continuous Dubins vehicle trajcetories in figures.