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
Commits
ab35c9ba
Commit
ab35c9ba
authored
4 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Remove CaptureBase::getStructure()
parent
c738ed46
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!403
Resolve "Merge Aux/KeyFrames into Estimated Frames"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/core/capture/capture_base.h
+0
-1
0 additions, 1 deletion
include/core/capture/capture_base.h
src/capture/capture_base.cpp
+0
-8
0 additions, 8 deletions
src/capture/capture_base.cpp
with
0 additions
and
9 deletions
include/core/capture/capture_base.h
+
0
−
1
View file @
ab35c9ba
...
...
@@ -82,7 +82,6 @@ class CaptureBase : public NodeBase, public HasStateBlocks, public std::enable_s
// State blocks
const
StateStructure
&
getStructure
()
const
;
StateBlockPtr
getStateBlock
(
const
char
&
_key
)
const
;
StateBlockPtr
getSensorP
()
const
;
StateBlockPtr
getSensorO
()
const
;
...
...
This diff is collapsed.
Click to expand it.
src/capture/capture_base.cpp
+
0
−
8
View file @
ab35c9ba
...
...
@@ -152,14 +152,6 @@ bool CaptureBase::isConstrainedBy(const FactorBasePtr &_factor) const
}
const
StateStructure
&
CaptureBase
::
getStructure
()
const
{
if
(
getSensor
())
return
getSensor
()
->
getStructure
();
else
return
HasStateBlocks
::
getStructure
();
}
StateBlockPtr
CaptureBase
::
getStateBlock
(
const
char
&
_key
)
const
{
if
(
getSensor
()
and
getSensor
()
->
hasStateBlock
(
_key
))
...
...
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