Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
homer_mapping
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
robbie
homer_mapping
Commits
74c03077
Commit
74c03077
authored
8 years ago
by
Florian Polster
Browse files
Options
Downloads
Patches
Plain Diff
now bugfix?
parent
1d5c93b9
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
homer_nav_libs/CMakeLists.txt
+1
-1
1 addition, 1 deletion
homer_nav_libs/CMakeLists.txt
homer_nav_libs/package.xml
+2
-0
2 additions, 0 deletions
homer_nav_libs/package.xml
with
3 additions
and
1 deletion
homer_nav_libs/CMakeLists.txt
+
1
−
1
View file @
74c03077
...
@@ -17,7 +17,7 @@ find_package(Eigen3 REQUIRED)
...
@@ -17,7 +17,7 @@ find_package(Eigen3 REQUIRED)
catkin_package
(
catkin_package
(
INCLUDE_DIRS include
INCLUDE_DIRS include
LIBRARIES homerExplorer homerMappingMath
LIBRARIES homerExplorer homerMappingMath
CATKIN_DEPENDS roscpp geometry_msgs tf
CATKIN_DEPENDS roscpp geometry_msgs tf
sensor_msgs nav_msgs
)
)
...
...
This diff is collapsed.
Click to expand it.
homer_nav_libs/package.xml
+
2
−
0
View file @
74c03077
...
@@ -15,7 +15,9 @@
...
@@ -15,7 +15,9 @@
<build_depend>
cmake_modules
</build_depend>
<build_depend>
cmake_modules
</build_depend>
<build_depend>
eigen
</build_depend>
<build_depend>
eigen
</build_depend>
<build_depend>
nav_msgs
</build_depend>
<build_depend>
nav_msgs
</build_depend>
<build_depend>
sensor_msgs
</build_depend>
<run_depend>
sensor_msgs
</run_depend>
<run_depend>
nav_msgs
</run_depend>
<run_depend>
nav_msgs
</run_depend>
<run_depend>
roscpp
</run_depend>
<run_depend>
roscpp
</run_depend>
<run_depend>
geometry_msgs
</run_depend>
<run_depend>
geometry_msgs
</run_depend>
...
...
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