Skip to content

Commit d4c9ec7

Browse files
committed
Fix python binding build
Fixed ad_rss_map_integration python binding build failed in CARLA environment because of not existing folder beeing referenced Change-Id: Ida59d2d75f0420106d157fc49f0575130ea0a7e6
1 parent ee0136e commit d4c9ec7

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

ad_rss_map_integration/python/generate_python_lib.py.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def main():
2525
"""
2626
include_dirs = {
2727
"@GENPY_INCLUDE_DIRS@",
28-
"@CMAKE_CURRENT_LIST_DIR@/../generated/include/",
28+
#"@CMAKE_CURRENT_LIST_DIR@/../generated/include/",
2929
"@CMAKE_CURRENT_LIST_DIR@/../include/"
3030
}
3131

cmake/ad-rss-lib-version.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
set(AD-RSS-LIB_VERSION_MAJOR 4)
88
set(AD-RSS-LIB_VERSION_MINOR 4)
9-
set(AD-RSS-LIB_VERSION_REVISION 2)
10-
set(AD-RSS-LIB_VERSION 4.4.2)
9+
set(AD-RSS-LIB_VERSION_REVISION 3)
10+
set(AD-RSS-LIB_VERSION 4.4.3)
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)

doc/CHANGELOG.md

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

3+
## Release 4.4.3
4+
5+
#### :ghost: Maintenance
6+
* Fix: ad_rss_map_integration python binding build
7+
38
## Release 4.4.2
49

510
#### :ghost: Maintenance

0 commit comments

Comments
 (0)