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

refactor(tier4_localization_msgs): remove unused depend in packages.xml files #105

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
Merge remote-tracking branch 'origin/tier4/universe' into refactor/ti…
…er4_localization_msgs_remove_unused_depend
  • Loading branch information
YamatoAndo committed Jul 12, 2024
commit 32e1d0b3fd9cea2d73a1c3bab5f1321fcd9610cc
1 change: 1 addition & 0 deletions tier4_localization_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"srv/InitializeLocalization.srv"
"srv/PoseWithCovarianceStamped.srv"
DEPENDENCIES
autoware_common_msgs
geometry_msgs
)

Expand Down
1 change: 1 addition & 0 deletions tier4_localization_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<build_depend>rosidl_default_generators</build_depend>

<depend>autoware_common_msgs</depend>
<depend>geometry_msgs</depend>

<exec_depend>rosidl_default_runtime</exec_depend>
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.