Table of Contents

Task10 - Data collection path planning with curvature-constrained trajectory - Dubins TSP with Neighborhoods (DTSPN) - decoupled approach

Deadline 15. December 2018, 23:59 PST
Points 3
Label in BRUTE Task10
Files to submit archive with DTSPNSolver.py
Resources Task10 sources (version 2)

Installation of the prepared codes

Download prepared codes and configuration files. Then download and compile LKH solver (implementation of the Lin–Kernighan heuristic algorithm) as follows:

cd lkh
./install.sh
cd -
 
cd gdip
./install.sh
cd -

Now, you should be able to run the prepared examples.

./task10_eval.py
./gdip_example.py

Dubins maneuver

https://en.wikipedia.org/wiki/Dubins_path

Generalized Dubins Interval Problem

https://github.com/comrob/gdip

Tasks (3 points) - Task10

Notice, the number of heading and position samples is not defined. Your task is also to try various values and submit a code with a reasonable number of samples.