Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bodydynamics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
plugins
bodydynamics
Commits
c8daba97
Commit
c8daba97
authored
1 year ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
[skip ci] wip
parent
9df5874f
No related branches found
No related tags found
1 merge request
!25
Draft: Resolve "Adapt to new sensor constructors in core"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/processor/processor_point_feet_nomove.cpp
+1
-1
1 addition, 1 deletion
src/processor/processor_point_feet_nomove.cpp
with
1 addition
and
1 deletion
src/processor/processor_point_feet_nomove.cpp
+
1
−
1
View file @
c8daba97
...
...
@@ -107,7 +107,7 @@ void ProcessorPointFeetNomove::processKeyFrameCreateFactorFar()
{
TimeStamp
ts
=
kf_it
.
first
;
auto
kf
=
kf_it
.
second
;
auto
cap_it
=
buffer_capture_
.
selectIterator
(
ts
,
params_
->
t
ime
_t
olerance
);
auto
cap_it
=
buffer_capture_
.
selectIterator
(
ts
,
getT
ime
T
olerance
()
);
// We have a match between the KF and a capture from the capture buffer
if
(
cap_it
!=
buffer_capture_
.
getContainer
().
end
())
...
...
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