Commit Graph

17 Commits

Author SHA1 Message Date
Moritz Kobitzsch
7b755eea54 implement basic turn handling 2016-03-18 17:41:55 +01:00
Moritz Kobitzsch
9fb86bcac5 report depart/arrive in addition to waypoint 2016-03-18 17:33:05 +01:00
Moritz Kobitzsch
a95f4a8816 encapsulated into class 2016-03-18 17:33:04 +01:00
Moritz Kobitzsch
94a2072533 improving fork handling on three-way turns 2016-03-18 17:33:04 +01:00
Moritz Kobitzsch
431a8cb5c1 fixes assignment for basic turn types / invalid ramp assignment 2016-03-18 17:33:04 +01:00
Patrick Niklaus
c8cd89355c Don't pass shared_ptr down to functions
"Don’t pass a smart pointer as a function parameter unless you want to
use or manipulate the smart pointer itself, such as to share or transfer
ownership."

Source:
http://herbsutter.com/2013/06/05/gotw-91-solution-smart-pointer-parameters/
2016-03-18 17:33:04 +01:00
Daniel J. Hofmann
50cf0cf84f Properly includes needed headers in turn analysis interface 2016-03-18 17:33:04 +01:00
Daniel J. Hofmann
da298f0f28 Const-correctnes for compressed geometry iterator 2016-03-18 17:33:04 +01:00
Daniel J. Hofmann
d5a3d817aa Use stdint and using type-alias for discrete angle 2016-03-18 17:33:03 +01:00
Daniel J. Hofmann
5f4424482e Hide functional road classification based on tags in implementation file 2016-03-18 17:33:03 +01:00
Daniel J. Hofmann
9d0da926e5 Inline initialize functional road classification hash table 2016-03-18 17:33:03 +01:00
Daniel J. Hofmann
512dd9a5e2 256 functional road classes should be enough 2016-03-18 17:33:03 +01:00
Daniel J. Hofmann
6856f00074 Runs scripts/format.sh 2016-03-18 17:33:03 +01:00
Moritz Kobitzsch
6c5822fb45 start of four way turns 2016-03-18 17:33:03 +01:00
Moritz Kobitzsch
779ddeeb69 improved fork handling 2016-03-18 17:33:03 +01:00
Moritz Kobitzsch
fecd3d27ac bugfixing/classification 2016-03-18 17:33:02 +01:00
Patrick Niklaus
0724c4a2d8 Big Restructuring / Cleanup 2016-03-18 17:33:02 +01:00