Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
mobile_robotics
wolf_projects
wolf_lib
wolf
Merge requests
!361
WIP: Resolve "Rework Problem::check into a recursive approach"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WIP: Resolve "Rework Problem::check into a recursive approach"
320-rework-problem-check-into-a-recursive-approach
into
devel
Overview
0
Commits
3
Pipelines
3
Changes
22
Merged
Joaquim Casals Buñuel
requested to merge
320-rework-problem-check-into-a-recursive-approach
into
devel
5 years ago
Overview
0
Commits
3
Pipelines
3
Changes
22
Expand
Closes
#320 (closed)
0
0
Merge request reports
Compare
devel
version 1
9b07c944
5 years ago
devel (base)
and
latest version
latest version
07592796
3 commits,
5 years ago
version 1
9b07c944
1 commit,
5 years ago
22 files
+
836
−
608
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
22
Search (e.g. *.vue) (Ctrl+P)
include/core/capture/capture_base.h
+
3
−
0
Options
@@ -116,6 +116,9 @@ class CaptureBase : public NodeBase, public HasStateBlocks, public std::enable_s
std
::
ostream
&
stream
=
std
::
cout
,
std
::
string
_tabs
=
""
)
const
;
virtual
CheckLog
localCheck
(
bool
_verbose
,
CaptureBasePtr
_cap_ptr
,
std
::
ostream
&
_stream
,
std
::
string
_tabs
=
""
)
const
;
bool
check
(
CheckLog
&
_log
,
std
::
shared_ptr
<
NodeBase
>
_node_ptr
,
bool
_verbose
,
std
::
ostream
&
_stream
,
std
::
string
_tabs
=
""
)
const
;
protected
:
virtual
SizeEigen
computeCalibSize
()
const
;
Loading