Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HdMapUtils refactor (PR 6/6) - move hdmap_utils tests to lanelet_wrapper, split appropriately #1483

Draft
wants to merge 16 commits into
base: ref/RJD-1387-hdmap-utils-to-lanelet-wrapper-traffic-lights
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
2c45581
ref(traffic_simulator): rename hdmap_utils test to lanelet_wrapper tests
dmoszynski Dec 9, 2024
b68fcc5
feat(traffic_simulator): split hdmap_utils test
dmoszynski Dec 9, 2024
cfd0cc0
ref(traffic_simulator): use
dmoszynski Dec 9, 2024
eda9bfd
fix(traffic_simulator): add EOF to lanelet_wrapper tests
dmoszynski Dec 9, 2024
469dbcd
Merge branch 'ref/RJD-1387-hdmap-utils-to-lanelet-wrapper-traffic-lig…
dmoszynski Dec 9, 2024
411c3d1
Merge branch 'ref/RJD-1387-hdmap-utils-to-lanelet-wrapper-traffic-lig…
dmoszynski Dec 9, 2024
f92e240
Merge branch 'ref/RJD-1387-hdmap-utils-to-lanelet-wrapper-traffic-lig…
dmoszynski Dec 10, 2024
446205b
Merge branch 'ref/RJD-1387-hdmap-utils-to-lanelet-wrapper-traffic-lig…
dmoszynski Dec 10, 2024
c15a36e
Merge branch 'ref/RJD-1387-hdmap-utils-to-lanelet-wrapper-traffic-lig…
dmoszynski Dec 10, 2024
0fe554d
fix(traffic_simulator): remove hdmap_utils src tests
dmoszynski Dec 10, 2024
46db4bf
Merge branch 'ref/RJD-1387-hdmap-utils-to-lanelet-wrapper-traffic-lig…
dmoszynski Dec 11, 2024
f9f5f68
Signed-off-by: Mateusz Palczuk <[email protected]>
TauTheLepton Dec 18, 2024
4ee1269
Merge remote-tracking branch 'origin/ref/RJD-1387-hdmap-utils-to-lane…
TauTheLepton Jan 8, 2025
ecbdaf5
Merge branch 'ref/RJD-1387-hdmap-utils-to-lanelet-wrapper-traffic-lig…
TauTheLepton Jan 15, 2025
9cafcb1
Merge branch 'ref/RJD-1387-hdmap-utils-to-lanelet-wrapper-traffic-lig…
TauTheLepton Jan 22, 2025
49a04d3
Merge branch 'ref/RJD-1387-hdmap-utils-to-lanelet-wrapper-traffic-lig…
TauTheLepton Jan 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions simulation/traffic_simulator/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
add_subdirectory(src/behavior)
add_subdirectory(src/data_type)
add_subdirectory(src/entity)
add_subdirectory(src/hdmap_utils)
add_subdirectory(src/helper)
add_subdirectory(src/job)
add_subdirectory(src/simulation_clock)
add_subdirectory(src/traffic_lights)
add_subdirectory(src/utils)
# add_subdirectory(src/lanelet_wrapper)
add_subdirectory(src/lanelet_wrapper)

This file was deleted.

Loading
Loading