Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LIO-SAM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Siyuan Ren
LIO-SAM
Commits
93f29f52
Unverified
Commit
93f29f52
authored
4 years ago
by
Tixiao Shan
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #185 from Timple/master
Add visualization_msgs as dependency, solves #157
parents
c4952e13
e040db4b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+5
-3
5 additions, 3 deletions
CMakeLists.txt
package.xml
+3
-1
3 additions, 1 deletion
package.xml
with
8 additions
and
4 deletions
CMakeLists.txt
+
5
−
3
View file @
93f29f52
...
...
@@ -18,6 +18,7 @@ find_package(catkin REQUIRED COMPONENTS
geometry_msgs
nav_msgs
message_generation
visualization_msgs
)
find_package
(
OpenMP REQUIRED
)
...
...
@@ -43,13 +44,14 @@ catkin_package(
INCLUDE_DIRS include
DEPENDS PCL GTSAM
CATKIN_DEPENDS
CATKIN_DEPENDS
std_msgs
nav_msgs
geometry_msgs
sensor_msgs
message_runtime
message_runtime
message_generation
visualization_msgs
)
# include directories
...
...
@@ -91,4 +93,4 @@ target_link_libraries(${PROJECT_NAME}_mapOptmization ${catkin_LIBRARIES} ${PCL_L
# IMU Preintegration
add_executable
(
${
PROJECT_NAME
}
_imuPreintegration src/imuPreintegration.cpp
)
target_link_libraries
(
${
PROJECT_NAME
}
_imuPreintegration
${
catkin_LIBRARIES
}
${
PCL_LIBRARIES
}
${
OpenCV_LIBRARIES
}
gtsam
)
\ No newline at end of file
target_link_libraries
(
${
PROJECT_NAME
}
_imuPreintegration
${
catkin_LIBRARIES
}
${
PCL_LIBRARIES
}
${
OpenCV_LIBRARIES
}
gtsam
)
This diff is collapsed.
Click to expand it.
package.xml
+
3
−
1
View file @
93f29f52
...
...
@@ -16,7 +16,7 @@
<run_depend>
roscpp
</run_depend>
<build_depend>
rospy
</build_depend>
<run_depend>
rospy
</run_depend>
<build_depend>
tf
</build_depend>
<run_depend>
tf
</run_depend>
...
...
@@ -34,6 +34,8 @@
<run_depend>
geometry_msgs
</run_depend>
<build_depend>
nav_msgs
</build_depend>
<run_depend>
nav_msgs
</run_depend>
<build_depend>
visualization_msgs
</build_depend>
<run_depend>
visualization_msgs
</run_depend>
<build_depend>
message_generation
</build_depend>
<run_depend>
message_generation
</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