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
Commits
a6ba2b87
Commit
a6ba2b87
authored
3 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/21-paramsSensorBase' into 21-paramsSensorBase
parents
37b0a25e
5f20c7ff
No related branches found
No related tags found
1 merge request
!32
Use noise params from sensor not from processor
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake_modules/wolfvisionConfig.cmake
+1
-1
1 addition, 1 deletion
cmake_modules/wolfvisionConfig.cmake
with
1 addition
and
1 deletion
cmake_modules/wolfvisionConfig.cmake
+
1
−
1
View file @
a6ba2b87
...
...
@@ -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
...
...
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