Commit b0efbe4
Bernd Gassmann
Version 3.0.0: Major naming updates
Updating the variable naming of the generated datatypes from CamelCase
to under_score_case and some other naming conventions. These are
interface braking changes, therefore updating to 3.0.0
Providing basic renaming script that covers for many of the changes.
Building:
- support gcc-13 and Ubuntu 24.04
- support newer spdlog: adding formatters for datatype logging
- remove spdlog submodule to make use of system delivered version
- Harmonize CXX standard to 17
- update BUILDING.md on how to work with python venv (enforced with
Ubunut 24.04)
- fix python binding build and test
Generated DataTypes:
introduced more safe datatype operations by restricting their values to
the limits after the operations
allow automatic conversion of datatypes to their basetypes with
"operator double()" if explicit type conversion is disabled
added ad::geometry namespace and library
added some ad::physics operations
ad_map_access:
- extended and hardened route/routing and predictions operations
- added support for qgis correction functions
- Added route::planning::predictRoutes* overloads which already provide
the object yaw via the object data to get rid of extra calculation
efforts
- Fix getLaneENUHeading(match::MapMatchedPosition): set correct geo
reference, otherwise returned heading is wrong
- Add Heading constants
- Add allowedObjectDistanceToLane to getMapMatchedBoundingBox()
- Add ad::map::geometry namespace with polygon operations and extraction
of occluded regions
- Allow getLateralAlignementEdge() for physics::RatioValue
- Fix ad::map::route::findWaypoint( distance == 0., route)
- Added match:getENUBorder(LaneOccupiedRegion) function
- Added point::getUnion(BoundingSphere, BoundingSphere) for use in
python
- Allow shortenRouteToDistance to cut intersections on request
ad_map_access_qgis:
- add polygon operations
- remove unused partition manager
- add lane correction abilities
- add lane contact correction abilities
- add traffic light layer
- add ClickedPoint debug output and support altitude unknown matching
- Support default intersection contact creation on adm load
- Add support for exporting adm files1 parent 4dd22d4 commit b0efbe4
File tree
917 files changed
+39189
-19473
lines changed- .github/workflows
- ad_map_access_test_support/cmake
- ad_map_access
- cmake
- generated
- include/ad/map
- access
- config
- geometry
- intersection
- landmark
- lane
- match
- point
- restriction
- route
- planning
- src/ad/map
- access
- intersection
- landmark
- lane
- match
- point
- restriction
- route
- planning
- include/ad/map
- access
- config
- geometry
- intersection
- landmark
- lane
- match
- opendrive
- point
- restriction
- route
- serialize
- python
- cmake
- tests
- src
- access
- config
- geometry
- intersection
- landmark
- lane
- match
- opendrive
- point
- restriction
- route
- serialize
- test_support
- cmake
- include/ad/map/test_support
- src
- tests
- access
- generated
- ad/map
- access
- config
- geometry
- intersection
- landmark
- lane
- match
- point
- restriction
- route
- planning
- geometry
- intersection
- landmark
- lane
- match
- opendrive
- point
- route
- serialize
- test_files
- bad
- ad_map_opendrive_reader
- ad_physics
- cmake
- generated
- include/ad
- geometry
- physics
- src/ad/physics
- include/ad
- geometry
- physics
- python
- cmake
- src
- tests
- src
- tests
- generated
- ad
- geometry
- physics
- cmake
- python
- dependencies
- doc
- ad_map_access_qgis
- images
- ad_map_access
- script
- tools
- ad_map_access_qgis/ad_map_access_qgis
- icons
- map_maker
- admap_generator
- include/ad/map/maker/admap_generator
- src
- common
- include/ad/map/maker/common
- src
- geometry
- include/ad/map/maker/geometry
- src
- map_data
- include/ad/map/maker/map_data
- src
- osm_converter
- include/ad/map/maker/osm_converter
- src
- osm_to_adm/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
917 files changed
+39189
-19473
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | | - | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | | - | |
66 | | - | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
This file was deleted.
Lines changed: 31 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
102 | | - | |
103 | | - | |
| 105 | + | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
122 | 125 | | |
123 | 126 | | |
124 | 127 | | |
| |||
157 | 160 | | |
158 | 161 | | |
159 | 162 | | |
160 | | - | |
161 | | - | |
| 163 | + | |
| 164 | + | |
162 | 165 | | |
163 | | - | |
164 | | - | |
| 166 | + | |
| 167 | + | |
165 | 168 | | |
166 | | - | |
167 | | - | |
| 169 | + | |
| 170 | + | |
168 | 171 | | |
169 | | - | |
170 | | - | |
| 172 | + | |
| 173 | + | |
171 | 174 | | |
172 | 175 | | |
173 | 176 | | |
| |||
187 | 190 | | |
188 | 191 | | |
189 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
190 | 205 | | |
Lines changed: 18 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
| 157 | + | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
178 | 190 | | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments