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
!428
Resolve "Rename IsMotion --> StateProvider"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Rename IsMotion --> StateProvider"
422-rename-ismotion-stateprovider
into
devel
Overview
2
Commits
6
Pipelines
6
Changes
5
Merged
Joan Solà Ortega
requested to merge
422-rename-ismotion-stateprovider
into
devel
3 years ago
Overview
2
Commits
6
Pipelines
6
Changes
5
Expand
Closes
#422 (closed)
Edited
3 years ago
by
Joan Solà Ortega
0
0
Merge request reports
Viewing commit
68b194e5
Prev
Next
Show latest version
5 files
+
9
−
31
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
68b194e5
bring some tiny methods to header file
· 68b194e5
Joan Solà Ortega
authored
3 years ago
include/core/processor/processor_motion.h
+
2
−
2
Options
@@ -258,13 +258,13 @@ class ProcessorMotion : public ProcessorBase, public MotionProvider
*
* Returns true if the key frame should be stored
*/
bool
storeKeyFrame
(
FrameBasePtr
)
override
;
bool
storeKeyFrame
(
FrameBasePtr
)
override
{
return
true
;}
/** \brief store capture
*
* Returns true if the capture should be stored
*/
bool
storeCapture
(
CaptureBasePtr
)
override
;
bool
storeCapture
(
CaptureBasePtr
)
override
{
return
false
;}
bool
voteForKeyFrame
()
const
override
;
Loading