Skip to content

Commit

Permalink
Update map to v2.6.2 (#127)
Browse files Browse the repository at this point in the history
and by this also to latest spdlog on v1.x branch
  • Loading branch information
berndgassmann authored Oct 4, 2022
1 parent 36feb25 commit a556e38
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cmake/ad-rss-lib-version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

set(AD-RSS-LIB_VERSION_MAJOR 4)
set(AD-RSS-LIB_VERSION_MINOR 5)
set(AD-RSS-LIB_VERSION_REVISION 1)
set(AD-RSS-LIB_VERSION 4.5.1)
set(AD-RSS-LIB_VERSION_REVISION 2)
set(AD-RSS-LIB_VERSION 4.5.2)

if (EXISTS ${CURRENT_LISTS_DIR}/../dependencies/map/cmake/carla-map-version.cmake)
include(${CURRENT_LISTS_DIR}/../dependencies/map/cmake/carla-map-version.cmake)
else()
set(CARLA-MAP_VERSION 2.6.0)
set(CARLA-MAP_VERSION 2.6.2)
endif()
3 changes: 3 additions & 0 deletions colcon.meta
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"names": {
"spdlog": {
"cmake-args": ["-DCMAKE_POSITION_INDEPENDENT_CODE=ON", "-DSPDLOG_BUILD_TESTS=OFF", "-DSPDLOG_BUILD_EXAMPLE=Off"]
},
"ad_map_opendrive_reader": {
"dependencies": ["odrSpiral"]
}
}
}
3 changes: 3 additions & 0 deletions colcon_python.meta
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"ad_physics": {
"cmake-args": ["-DBUILD_PYTHON_BINDING=ON"]
},
"ad_map_opendrive_reader": {
"dependencies": ["odrSpiral"]
},
"ad_map_access": {
"cmake-args": ["-DBUILD_PYTHON_BINDING=ON"]
},
Expand Down
6 changes: 6 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Latest changes


## Release 4.5.2

#### :ghost: Maintenance
* Update map to v2.6.2

## Release 4.5.1

#### :ghost: Maintenance
Expand Down

0 comments on commit a556e38

Please sign in to comment.