This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Commit b713d7c
berndgassmann
Fix map-integration intersection scene
Fix: ad_rss_map_integration don't shorten route too much within
intersections when incoming route starts at intersection entry while
vehicle already entered.
* Update map to v2.4.5_hotfix1 parent d937f16 commit b713d7c
4 files changed
Lines changed: 5 additions & 3 deletions
File tree
- ad_rss_map_integration
- impl/src
- python/tests
- dependencies
- doc
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
- ad_map_access/generated/CMakeLists.txt+2-3
- ad_map_access/generated/cmake/Config.cmake.in+1-1
- ad_map_access/generated/include/ad_map_access/Version.hpp+2-2
- ad_map_access/impl/src/opendrive/AdMapFactory.cpp+14-4
- ad_map_access/impl/tests/route/LaneIntervalOperationTest.cpp+1-1
- ad_map_access_test_support/generated/CMakeLists.txt+2-3
- ad_map_access_test_support/generated/cmake/Config.cmake.in+1-1
- ad_map_access_test_support/generated/include/ad_map_access_test_support/Version.hpp+2-2
- ad_map_opendrive_reader/CMakeLists.txt+3-3
- ad_map_opendrive_reader/include/opendrive/geometry/Geometry.hpp+1-1
- ad_map_opendrive_reader/include/opendrive/types.hpp+34
- ad_map_opendrive_reader/src/geometry/Geometry.cpp+1-1
- ad_map_opendrive_reader/src/geometry/GeometryGenerator.cpp+15-4
- ad_map_opendrive_reader/src/geometry/LaneSectionSampling.cpp+22-34
- ad_physics/generated/CMakeLists.txt+1-2
- ad_physics/generated/include/ad_physics/Version.hpp+2-2
- tools/ad_map_access_qgis/metadata.txt+3-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments