Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_ros_laser
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_laser
Commits
3fa89bf7
Commit
3fa89bf7
authored
5 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
working
parent
cf4842c1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+3
-3
3 additions, 3 deletions
CMakeLists.txt
package.xml
+2
-2
2 additions, 2 deletions
package.xml
with
5 additions
and
5 deletions
CMakeLists.txt
+
3
−
3
View file @
3fa89bf7
...
...
@@ -14,7 +14,7 @@ find_package(catkin REQUIRED COMPONENTS
std_msgs
tf
dynamic_reconfigure
wolf_de
mo
wolf_
ros_no
de
)
## System dependencies are found with CMake's conventions
...
...
@@ -136,7 +136,7 @@ include_directories(
# add_library(${PROJECT_NAME}
# src/${PROJECT_NAME}/wolf_ros.cpp
# )
add_library
(
wolf_subscriber_laser src/wolf_ros_subscriber_laser.cpp
)
add_library
(
wolf_subscriber_laser
2D
src/wolf_ros_subscriber_laser
2D
.cpp
)
## Add cmake target dependencies of the library
## as an example, code may need to be generated before libraries
...
...
@@ -160,7 +160,7 @@ add_library(wolf_subscriber_laser src/wolf_ros_subscriber_laser.cpp)
#add_dependencies(${PROJECT_NAME}_visualizer ${PROJECT_NAME}_gencfg)
## Specify libraries to link a library or executable target against
target_link_libraries
(
wolf_subscriber_laser
target_link_libraries
(
wolf_subscriber_laser
2D
${
wolf_LIBRARIES
}
${
wolflaser_LIBRARIES
}
)
...
...
This diff is collapsed.
Click to expand it.
package.xml
+
2
−
2
View file @
3fa89bf7
...
...
@@ -53,7 +53,7 @@
<build_depend>
sensor_msgs
</build_depend>
<build_depend>
std_msgs
</build_depend>
<build_depend>
tf
</build_depend>
<build_depend>
wolf_de
mo
</build_depend>
<build_depend>
wolf_
ros_no
de
</build_depend>
<build_export_depend>
roscpp
</build_export_depend>
<build_export_depend>
sensor_msgs
</build_export_depend>
<build_export_depend>
std_msgs
</build_export_depend>
...
...
@@ -62,7 +62,7 @@
<exec_depend>
sensor_msgs
</exec_depend>
<exec_depend>
std_msgs
</exec_depend>
<exec_depend>
tf
</exec_depend>
<exec_depend>
wolf_de
mo
</exec_depend>
<exec_depend>
wolf_
ros_no
de
</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
...
...
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