You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install all [remaining dependencies](https://github.com/ethz-asl/polygon_coverage_planning/blob/master/install/prepare-jenkins-slave.sh):
41
-
```
42
-
cd ~/catkin_ws/polygon_coverage_planning/install
43
-
./prepare-jenkins-slave.sh
44
-
```
45
-
46
48
Finally, build the workspace.
47
49
```
48
50
catkin build
@@ -79,7 +81,7 @@ Setting the polygon and planning the path is the same as for Coverage Planning.
79
81
## Licensing
80
82
This repository is subject to GNU General Public License version 3 or later due to its dependencies.
81
83
82
-
# CGAL dependencies
84
+
###CGAL dependencies
83
85
The underlying (exact) geometric operations rely on [CGAL 5.0.3](https://www.cgal.org/license.html) which is restricted by GNU General Public License version 3 or later.
84
86
In particular the dependencies are:
85
87
- Algebraic Foundations (LGPL)
@@ -91,8 +93,8 @@ In particular the dependencies are:
91
93
- 2D Regularized Boolean Set-Operations (GPL)
92
94
- 2D Straight Skeleton and Polygon Offsetting (GPL)
93
95
94
-
# GTSP solver
95
-
The underlying optimization uses the [memetic solver](https://csee.essex.ac.uk/staff/dkarap/?page=publications&key=Gutin2009a) presented in
96
+
###GTSP solver
97
+
The underlying optimization uses the [memetic solver](http://www.cs.nott.ac.uk/~pszdk/?page=publications&key=Gutin2009a) presented in
96
98
```
97
99
Gutin, Gregory, and Daniel Karapetyan.
98
100
"A memetic algorithm for the generalized traveling salesman problem."
0 commit comments