Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_ros_node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_ros
wolf_ros_node
Commits
da543332
Commit
da543332
authored
2 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
trying to fix message generation bug
parent
ce19d6a5
No related branches found
No related tags found
1 merge request
!16
Devel
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+4
-0
4 additions, 0 deletions
CMakeLists.txt
with
4 additions
and
0 deletions
CMakeLists.txt
+
4
−
0
View file @
da543332
...
...
@@ -41,6 +41,7 @@ generate_messages(
# produces the XXXConfig.cmake file among other things
catkin_package
(
INCLUDE_DIRS include
CATKIN_DEPENDS message_runtime std_msgs geometry_msgs
)
###########
...
...
@@ -62,6 +63,9 @@ add_library(subscriber_${PROJECT_NAME}
src/subscriber_odom2d.cpp
src/subscriber_pose.cpp
)
# messages generated are a dependency of subscriber_landmarks
add_dependencies
(
subscriber_
${
PROJECT_NAME
}
${${
PROJECT_NAME
}
_EXPORTED_TARGETS
}
)
add_library
(
publisher_
${
PROJECT_NAME
}
src/publisher_graph.cpp
src/publisher_pose.cpp
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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