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
!353
Resolve "Problem & ProcessorMotion initialization"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Problem & ProcessorMotion initialization"
62-problem-processormotion-initialization
into
devel
Overview
0
Commits
7
Pipelines
8
Changes
1
Merged
Joan Vallvé Navarro
requested to merge
62-problem-processormotion-initialization
into
devel
5 years ago
Overview
0
Commits
7
Pipelines
8
Changes
1
Expand
Closes
#62 (closed)
Edited
5 years ago
by
Joan Vallvé Navarro
0
0
Merge request reports
Viewing commit
f3737c6f
Prev
Next
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f3737c6f
working on processor motion set prior..
· f3737c6f
Joan Vallvé Navarro
authored
5 years ago
src/processor/processor_motion.cpp
+
3
−
3
Options
@@ -97,13 +97,13 @@ void ProcessorMotion::processCapture(CaptureBasePtr _incoming_ptr)
// TODO: create keyframe with zero state? asking problem emplaceFrame?
break
;
case
FIRST_TIME_WITH_PACK_BEFORE_INCOMING
:
// TODO: create keyframe asking problem emplaceFrame
// TODO: create keyframe asking problem emplaceFrame
and setOrigin()
break
;
case
FIRST_TIME_WITH_PACK_ON_INCOMING
:
// TODO: joint to
this KF
// TODO: joint to
pack and setOrigin()
break
;
case
FIRST_TIME_WITH_PACK_AFTER_INCOMING
:
// TODO: create keyframe asking problem emplaceFrame
// TODO: create keyframe asking problem emplaceFrame
and setOrigin()
break
;
case
RUNNING_WITHOUT_PACK
:
case
RUNNING_WITH_PACK_ON_ORIGIN
:
Loading