-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ease version handling and folder layout (#112)
* Handle version by cmake/ad-rss-lib-version.cmake * Replace generated cmake files * Remove impl folder * Update map to latest v2.4.5_hotfix commit * Update version number to 4.4.2
- Loading branch information
1 parent
b713d7c
commit ea5b1b8
Showing
209 changed files
with
460 additions
and
591 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## | ||
# ----------------- BEGIN LICENSE BLOCK --------------------------------- | ||
# | ||
# Copyright (C) 2018-2020 Intel Corporation | ||
# Copyright (C) 2018-2021 Intel Corporation | ||
# | ||
# SPDX-License-Identifier: LGPL-2.1-only | ||
# | ||
|
@@ -21,7 +21,7 @@ find_package(Boost REQUIRED) | |
list(APPEND INCLUDE_DIRS ${Boost_INCLUDE_DIRS}) | ||
list(APPEND LIBRARIES ${Boost_LIBRARIES}) | ||
|
||
find_dependency(ad_physics 2.3.0) | ||
find_dependency(ad_physics @CARLA-MAP_VERSION@) | ||
find_dependency(spdlog) | ||
|
||
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## | ||
# ----------------- BEGIN LICENSE BLOCK --------------------------------- | ||
# | ||
# Copyright (C) 2018-2021 Intel Corporation | ||
# | ||
# SPDX-License-Identifier: LGPL-2.1-only | ||
# | ||
# ----------------- END LICENSE BLOCK ----------------------------------- | ||
## | ||
## | ||
# Generated file | ||
# | ||
# Generator Version : 11.0.0-1997 | ||
## | ||
|
||
set(ad_rss_GENERATED_SOURCES | ||
${CMAKE_CURRENT_LIST_DIR}/src/ad/rss/situation/LateralRelativePosition.cpp | ||
${CMAKE_CURRENT_LIST_DIR}/src/ad/rss/situation/LongitudinalRelativePosition.cpp | ||
${CMAKE_CURRENT_LIST_DIR}/src/ad/rss/situation/SituationType.cpp | ||
${CMAKE_CURRENT_LIST_DIR}/src/ad/rss/state/LateralResponse.cpp | ||
${CMAKE_CURRENT_LIST_DIR}/src/ad/rss/state/LongitudinalResponse.cpp | ||
${CMAKE_CURRENT_LIST_DIR}/src/ad/rss/state/RssStateEvaluator.cpp | ||
${CMAKE_CURRENT_LIST_DIR}/src/ad/rss/state/UnstructuredSceneResponse.cpp | ||
${CMAKE_CURRENT_LIST_DIR}/src/ad/rss/world/LaneDrivingDirection.cpp | ||
${CMAKE_CURRENT_LIST_DIR}/src/ad/rss/world/LaneSegmentType.cpp | ||
${CMAKE_CURRENT_LIST_DIR}/src/ad/rss/world/ObjectType.cpp | ||
) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.