Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210910794
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210910794
Commits
51b9d6cf
Commit
51b9d6cf
authored
5 years ago
by
Steven Macenski
Browse files
Options
Downloads
Patches
Plain Diff
including install forgotten costmap 2d cloud publisher
parent
54df1fa4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nav2_costmap_2d/CMakeLists.txt
+7
-1
7 additions, 1 deletion
nav2_costmap_2d/CMakeLists.txt
with
7 additions
and
1 deletion
nav2_costmap_2d/CMakeLists.txt
+
7
−
1
View file @
51b9d6cf
...
...
@@ -129,7 +129,13 @@ target_link_libraries(nav2_costmap_2d
layers
)
install
(
TARGETS nav2_costmap_2d_core nav2_costmap_2d layers nav2_costmap_2d_client nav2_costmap_2d_markers
install
(
TARGETS
nav2_costmap_2d_core
nav2_costmap_2d
layers
nav2_costmap_2d_client
nav2_costmap_2d_markers
nav2_costmap_2d_cloud
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION lib/
${
PROJECT_NAME
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment