-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Use ament_export_targets for all targets in nav2_costmap_2d #4112
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
Merged
SteveMacenski
merged 1 commit into
ros-navigation:main
from
Ryanf55:use-modern-ament-costmap-2d
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,57 +1,58 @@ | ||
| ament_add_gtest(collision_footprint_test footprint_collision_checker_test.cpp) | ||
| target_link_libraries(collision_footprint_test | ||
| nav2_costmap_2d_core | ||
| ${PROJECT_NAME}::nav2_costmap_2d_core | ||
| ) | ||
|
|
||
| ament_add_gtest(costmap_convesion_test costmap_conversion_test.cpp) | ||
| target_link_libraries(costmap_convesion_test | ||
| nav2_costmap_2d_core | ||
| ${PROJECT_NAME}::nav2_costmap_2d_core | ||
| ) | ||
|
|
||
| ament_add_gtest(declare_parameter_test declare_parameter_test.cpp) | ||
| target_link_libraries(declare_parameter_test | ||
| nav2_costmap_2d_core | ||
| ${PROJECT_NAME}::nav2_costmap_2d_core | ||
| ) | ||
|
|
||
| ament_add_gtest(costmap_filter_test costmap_filter_test.cpp) | ||
| target_link_libraries(costmap_filter_test | ||
| nav2_costmap_2d_core | ||
| ${PROJECT_NAME}::nav2_costmap_2d_core | ||
| ) | ||
|
|
||
| ament_add_gtest(keepout_filter_test keepout_filter_test.cpp) | ||
| target_link_libraries(keepout_filter_test | ||
| nav2_costmap_2d_core | ||
| filters | ||
| ${PROJECT_NAME}::nav2_costmap_2d_core | ||
| ${PROJECT_NAME}::filters | ||
| ) | ||
|
|
||
| ament_add_gtest(speed_filter_test speed_filter_test.cpp) | ||
| target_link_libraries(speed_filter_test | ||
| nav2_costmap_2d_core | ||
| filters | ||
| ${PROJECT_NAME}::nav2_costmap_2d_core | ||
| ${PROJECT_NAME}::filters | ||
| ) | ||
|
|
||
| ament_add_gtest(binary_filter_test binary_filter_test.cpp) | ||
| target_link_libraries(binary_filter_test | ||
| nav2_costmap_2d_core | ||
| filters | ||
| ${PROJECT_NAME}::nav2_costmap_2d_core | ||
| ${PROJECT_NAME}::filters | ||
| ) | ||
|
|
||
| ament_add_gtest(copy_window_test copy_window_test.cpp) | ||
| target_link_libraries(copy_window_test | ||
| nav2_costmap_2d_core | ||
| ${PROJECT_NAME}::nav2_costmap_2d_core | ||
| ) | ||
|
|
||
| ament_add_gtest(costmap_filter_service_test costmap_filter_service_test.cpp) | ||
| target_link_libraries(costmap_filter_service_test | ||
| nav2_costmap_2d_core | ||
| ${PROJECT_NAME}::nav2_costmap_2d_core | ||
| ) | ||
|
|
||
| ament_add_gtest(denoise_layer_test denoise_layer_test.cpp image_test.cpp image_processing_test.cpp) | ||
| target_link_libraries(denoise_layer_test | ||
| nav2_costmap_2d_core layers | ||
| ${PROJECT_NAME}::nav2_costmap_2d_core | ||
| ${PROJECT_NAME}::layers | ||
| ) | ||
|
|
||
| ament_add_gtest(lifecycle_test lifecycle_test.cpp) | ||
| target_link_libraries(lifecycle_test | ||
| nav2_costmap_2d_core | ||
| ${PROJECT_NAME}::nav2_costmap_2d_core | ||
| ) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.