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
631df5ba
Commit
631df5ba
authored
4 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
removed visualizer includes and cmakelists
parent
ac6e7837
No related branches found
No related tags found
2 merge requests
!11
new release
,
!10
new release
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+0
-4
0 additions, 4 deletions
CMakeLists.txt
include/node.h
+0
-2
0 additions, 2 deletions
include/node.h
src/node.cpp
+1
-1
1 addition, 1 deletion
src/node.cpp
with
1 addition
and
7 deletions
CMakeLists.txt
+
0
−
4
View file @
631df5ba
...
...
@@ -16,7 +16,6 @@ find_package(catkin REQUIRED COMPONENTS
tf
tf_conversions
dynamic_reconfigure
)
## System dependencies are found with CMake's conventions
...
...
@@ -155,7 +154,6 @@ add_library(subscriber_${PROJECT_NAME}
add_library
(
publisher_
${
PROJECT_NAME
}
src/publisher_pose.cpp
src/publisher_graph.cpp
)
add_library
(
visualizer src/visualizer.cpp
)
## Rename C++ executable without prefix
## The above recommended prefix causes long target names, the following renames the
...
...
@@ -166,7 +164,6 @@ add_library(visualizer src/visualizer.cpp)
## Add cmake target dependencies of the executable
## same as for the library above
add_dependencies
(
${
PROJECT_NAME
}
${
PROJECT_NAME
}
_gencfg
)
add_dependencies
(
visualizer
${
PROJECT_NAME
}
_gencfg
)
## Specify libraries to link a library or executable target against
target_link_libraries
(
subscriber_
${
PROJECT_NAME
}
...
...
@@ -186,7 +183,6 @@ target_link_libraries(publisher_${PROJECT_NAME}
)
target_link_libraries
(
${
PROJECT_NAME
}
visualizer
${
catkin_LIBRARIES
}
${
CERES_LIBRARIES
}
${
wolfcore_LIBRARIES
}
...
...
This diff is collapsed.
Click to expand it.
include/node.h
+
0
−
2
View file @
631df5ba
...
...
@@ -37,9 +37,7 @@
#include
<string>
#include
"subscriber.h"
#include
"visualizer.h"
#include
"publisher.h"
//#include "wolf_ros_scan_visualizer.h"
using
namespace
wolf
;
using
namespace
std
;
...
...
This diff is collapsed.
Click to expand it.
src/node.cpp
+
1
−
1
View file @
631df5ba
#include
"node.h"
#include
"core/solver/factory_solver.h"
#include
"ros/time.h"
#include
"core/solver/factory_solver.h"
#include
"tf/transform_datatypes.h"
#include
"factory_subscriber.h"
#include
"factory_publisher.h"
...
...
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