Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vision
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
vision
Merge requests
!32
Use noise params from sensor not from processor
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Use noise params from sensor not from processor
21-paramsSensorBase
into
19-building-a-new-visual-odometry-system
Overview
0
Commits
5
Pipelines
0
Changes
7
Closed
Joan Solà Ortega
requested to merge
21-paramsSensorBase
into
19-building-a-new-visual-odometry-system
3 years ago
Overview
0
Commits
5
Pipelines
0
Changes
7
Expand
Closes
#21
0
0
Merge request reports
Compare
19-building-a-new-visual-odometry-system
version 3
a6ba2b87
3 years ago
version 2
5f20c7ff
3 years ago
version 1
0211bba1
3 years ago
19-building-a-new-visual-odometry-system (base)
and
latest version
latest version
06d72ca5
5 commits,
3 years ago
version 3
a6ba2b87
4 commits,
3 years ago
version 2
5f20c7ff
2 commits,
3 years ago
version 1
0211bba1
1 commit,
3 years ago
7 files
+
12
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
cmake_modules/wolfvisionConfig.cmake
+
1
−
1
Options
@@ -48,7 +48,7 @@ macro(wolf_report_not_found REASON_MSG)
# FindPackage() use the camelcase library name, not uppercase.
if
(
wolfvision_FIND_QUIETLY
)
message
(
STATUS
"Failed to find wolfvision- "
${
REASON_MSG
}
${
ARGN
}
)
else
(
wolfvision_FIND_REQUIRED
)
else
if
(
wolfvision_FIND_REQUIRED
)
message
(
FATAL_ERROR
"Failed to find wolfvision - "
${
REASON_MSG
}
${
ARGN
}
)
else
()
# Neither QUIETLY nor REQUIRED, use SEND_ERROR which emits an error
Loading