Skip to content

Commit a556e38

Browse files
Update map to v2.6.2 (#127)
and by this also to latest spdlog on v1.x branch
1 parent 36feb25 commit a556e38

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

cmake/ad-rss-lib-version.cmake

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
set(AD-RSS-LIB_VERSION_MAJOR 4)
88
set(AD-RSS-LIB_VERSION_MINOR 5)
9-
set(AD-RSS-LIB_VERSION_REVISION 1)
10-
set(AD-RSS-LIB_VERSION 4.5.1)
9+
set(AD-RSS-LIB_VERSION_REVISION 2)
10+
set(AD-RSS-LIB_VERSION 4.5.2)
1111

1212
if (EXISTS ${CURRENT_LISTS_DIR}/../dependencies/map/cmake/carla-map-version.cmake)
1313
include(${CURRENT_LISTS_DIR}/../dependencies/map/cmake/carla-map-version.cmake)
1414
else()
15-
set(CARLA-MAP_VERSION 2.6.0)
15+
set(CARLA-MAP_VERSION 2.6.2)
1616
endif()

colcon.meta

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"names": {
33
"spdlog": {
44
"cmake-args": ["-DCMAKE_POSITION_INDEPENDENT_CODE=ON", "-DSPDLOG_BUILD_TESTS=OFF", "-DSPDLOG_BUILD_EXAMPLE=Off"]
5+
},
6+
"ad_map_opendrive_reader": {
7+
"dependencies": ["odrSpiral"]
58
}
69
}
710
}

colcon_python.meta

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"ad_physics": {
77
"cmake-args": ["-DBUILD_PYTHON_BINDING=ON"]
88
},
9+
"ad_map_opendrive_reader": {
10+
"dependencies": ["odrSpiral"]
11+
},
912
"ad_map_access": {
1013
"cmake-args": ["-DBUILD_PYTHON_BINDING=ON"]
1114
},

doc/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Latest changes
22

3+
4+
## Release 4.5.2
5+
6+
#### :ghost: Maintenance
7+
* Update map to v2.6.2
8+
39
## Release 4.5.1
410

511
#### :ghost: Maintenance

0 commit comments

Comments
 (0)