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
3884ab85
There was a problem fetching the pipeline mini graph.
Commit
3884ab85
authored
7 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Remove commented function
parent
90254065
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!161
Wolf scripts
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/processor_base.cpp
+0
-1
0 additions, 1 deletion
src/processor_base.cpp
src/processor_base.h
+1
-2
1 addition, 2 deletions
src/processor_base.h
with
1 addition
and
3 deletions
src/processor_base.cpp
+
0
−
1
View file @
3884ab85
...
...
@@ -49,7 +49,6 @@ void ProcessorBase::keyFrameCallback(FrameBasePtr _keyframe_ptr, const Scalar& _
{
if
(
_keyframe_ptr
!=
nullptr
)
kf_pack_buffer_
.
add
(
_keyframe_ptr
,
_time_tol_other
);
}
void
ProcessorBase
::
remove
()
...
...
This diff is collapsed.
Click to expand it.
src/processor_base.h
+
1
−
2
View file @
3884ab85
...
...
@@ -156,6 +156,7 @@ class ProcessorBase : public NodeBase, public std::enable_shared_from_this<Proce
* - Add the provided capture on it.
*/
FrameBasePtr
emplaceFrame
(
FrameType
_type
,
CaptureBasePtr
_capture_ptr
);
/**\brief make a Frame with the provided Capture
*
* Provide the following functionality:
...
...
@@ -166,8 +167,6 @@ class ProcessorBase : public NodeBase, public std::enable_shared_from_this<Proce
*/
FrameBasePtr
emplaceFrame
(
FrameType
_type
,
CaptureBasePtr
_capture_ptr
,
const
Eigen
::
VectorXs
&
_state
);
// virtual bool keyFrameCallback(FrameBasePtr _keyframe_ptr, const Scalar& _time_tolerance) = 0;
void
keyFrameCallback
(
FrameBasePtr
_keyframe_ptr
,
const
Scalar
&
_time_tol_other
);
SensorBasePtr
getSensorPtr
();
...
...
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