Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
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_lib
plugins
laser
Merge requests
!22
Resolve "Considering extrinsics in ICP processors"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Considering extrinsics in ICP processors"
16-considering-extrinsics-in-icp-processors
into
devel
Overview
0
Commits
2
Pipelines
0
Changes
8
Merged
Joan Vallvé Navarro
requested to merge
16-considering-extrinsics-in-icp-processors
into
devel
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
8
Expand
Closes
#16 (closed)
Edited
4 years ago
by
Joan Vallvé Navarro
0
0
Merge request reports
Compare
devel
version 1
4608390f
4 years ago
devel (base)
and
latest version
latest version
ff7d9b78
2 commits,
4 years ago
version 1
4608390f
1 commit,
4 years ago
8 files
+
84
−
101
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
CMakeLists.txt
+
2
−
2
Options
@@ -221,14 +221,14 @@ SET(SRCS_YAML
#OPTIONALS
if
(
csm_FOUND
)
SET
(
HDRS_PROCESSOR
${
HDRS_PROCESSOR
}
include/laser/processor/processor_
closeloop
_icp.h
include/laser/processor/processor_
loop_closure
_icp.h
include/laser/processor/processor_odom_icp.h
)
SET
(
HDRS_FEATURE
${
HDRS_FEATURE
}
include/laser/feature/feature_icp_align.h
)
SET
(
SRCS_PROCESSOR
${
SRCS_PROCESSOR
}
src/processor/processor_
closeloop
_icp.cpp
src/processor/processor_
loop_closure
_icp.cpp
src/processor/processor_odom_icp.cpp
)
SET
(
SRCS_FEATURE
${
SRCS_FEATURE
}
Loading