Skip to content

Commit

Permalink
Merge branch 'main' into agalbachicar/#543_extend_dot_files_with_routes
Browse files Browse the repository at this point in the history
  • Loading branch information
agalbachicar authored Oct 9, 2024
2 parents db8afbd + 14aafc5 commit f6a0179
Show file tree
Hide file tree
Showing 4 changed files with 643 additions and 109 deletions.
3 changes: 3 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/data/DefaultObjContent.obj DESTINATION ${T
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/data/HighlightedSegments.obj DESTINATION ${TEST_PATH})
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/data/NoBranchPointsObjContent.obj DESTINATION ${TEST_PATH})
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/data/StackedBranchPointsObjContent.obj DESTINATION ${TEST_PATH})
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/resources/odr/MultipleStraightSegments.xodr DESTINATION ${TEST_PATH})

ament_add_gtest(derive_lane_s_routes_test derive_lane_s_routes_test.cc)
ament_add_gtest(distance_router_test distance_router_test.cc)
Expand All @@ -51,6 +52,7 @@ ament_add_gtest(intersection_book_loader_test intersection_book_loader_test.cc)
ament_add_gmock(object_query_test object_query_test.cc)
ament_add_gtest(phase_ring_book_loader_test phase_ring_book_loader_test.cc)
ament_add_gtest(road_rulebook_loader_test road_rulebook_loader_test.cc)
ament_add_gtest(route_end_to_end_connectivity_test route_end_to_end_connectivity_test.cc WORKING_DIRECTORY ${TEST_PATH})
ament_add_gtest(segment_analysis_test segment_analysis_test.cc)
ament_add_gtest(traffic_light_book_loader_test traffic_light_book_loader_test.cc)
ament_add_gtest(waypoints_test waypoints_test.cc)
Expand All @@ -66,6 +68,7 @@ add_dependencies_to_test(intersection_book_loader_test)
add_dependencies_to_test(object_query_test)
add_dependencies_to_test(phase_ring_book_loader_test)
add_dependencies_to_test(road_rulebook_loader_test)
add_dependencies_to_test(route_end_to_end_connectivity_test)
add_dependencies_to_test(segment_analysis_test)
add_dependencies_to_test(traffic_light_book_loader_test)
add_dependencies_to_test(waypoints_test)
Loading

0 comments on commit f6a0179

Please sign in to comment.