Skip to content

Commit

Permalink
chore: refactor association file path in tracking_object_merger module
Browse files Browse the repository at this point in the history
Signed-off-by: Taekjin LEE <[email protected]>
  • Loading branch information
technolojin committed Jun 25, 2024
1 parent 032e556 commit 55284d8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion perception/tracking_object_merger/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include_directories(

ament_auto_add_library(${PROJECT_NAME} SHARED
src/association/data_association.cpp
src/association/mu_ssp/mu_successive_shortest_path_wrapper.cpp
src/association/solver/mu_successive_shortest_path_wrapper.cpp
src/decorative_tracker_merger_node.cpp
src/utils/utils.cpp
src/utils/tracker_state.cpp
Expand Down
1 change: 0 additions & 1 deletion perception/tracking_object_merger/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<depend>rclcpp_components</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>tier4_perception_msgs</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>autoware_lint_common</test_depend>
Expand Down
File renamed without changes.

0 comments on commit 55284d8

Please sign in to comment.