Skip to content

Commit

Permalink
Merge pull request #1371 from tier4/RJD-1197/pose_module
Browse files Browse the repository at this point in the history
Rjd 1197/pose module
  • Loading branch information
hakuturu583 committed Sep 13, 2024
2 parents deb3e05 + 6d6e49a commit b57cc6b
Show file tree
Hide file tree
Showing 3 changed files with 673 additions and 0 deletions.
1 change: 1 addition & 0 deletions simulation/traffic_simulator/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ add_subdirectory(src/behavior)
add_subdirectory(src/job)
add_subdirectory(src/simulation_clock)
add_subdirectory(src/hdmap_utils)
add_subdirectory(src/utils)
add_subdirectory(src/data_type)
2 changes: 2 additions & 0 deletions simulation/traffic_simulator/test/src/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ament_add_gtest(test_pose test_pose.cpp)
target_link_libraries(test_pose traffic_simulator)
Loading

0 comments on commit b57cc6b

Please sign in to comment.