Skip to content

Commit

Permalink
Fix python binding build
Browse files Browse the repository at this point in the history
Fixed ad_rss_map_integration python binding build failed in CARLA
environment because of not existing folder beeing referenced

Change-Id: Ida59d2d75f0420106d157fc49f0575130ea0a7e6
  • Loading branch information
berndgassmann committed Nov 5, 2021
1 parent ee0136e commit d4c9ec7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ad_rss_map_integration/python/generate_python_lib.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def main():
"""
include_dirs = {
"@GENPY_INCLUDE_DIRS@",
"@CMAKE_CURRENT_LIST_DIR@/../generated/include/",
#"@CMAKE_CURRENT_LIST_DIR@/../generated/include/",
"@CMAKE_CURRENT_LIST_DIR@/../include/"
}

Expand Down
4 changes: 2 additions & 2 deletions cmake/ad-rss-lib-version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

set(AD-RSS-LIB_VERSION_MAJOR 4)
set(AD-RSS-LIB_VERSION_MINOR 4)
set(AD-RSS-LIB_VERSION_REVISION 2)
set(AD-RSS-LIB_VERSION 4.4.2)
set(AD-RSS-LIB_VERSION_REVISION 3)
set(AD-RSS-LIB_VERSION 4.4.3)

if (EXISTS ${CURRENT_LISTS_DIR}/../dependencies/map/cmake/carla-map-version.cmake)
include(${CURRENT_LISTS_DIR}/../dependencies/map/cmake/carla-map-version.cmake)
Expand Down
5 changes: 5 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Latest changes

## Release 4.4.3

#### :ghost: Maintenance
* Fix: ad_rss_map_integration python binding build

## Release 4.4.2

#### :ghost: Maintenance
Expand Down

0 comments on commit d4c9ec7

Please sign in to comment.