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
9cdafb4e
Commit
9cdafb4e
authored
3 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Repair some odd code in tree manager
parent
b624e529
No related branches found
No related tags found
2 merge requests
!436
Release to start wolf public
,
!433
After 2nd RA-L submission
Pipeline
#7798
failed
3 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/core/solver/solver_manager.h
+2
-1
2 additions, 1 deletion
include/core/solver/solver_manager.h
include/core/tree_manager/tree_manager_base.h
+1
-1
1 addition, 1 deletion
include/core/tree_manager/tree_manager_base.h
with
3 additions
and
2 deletions
include/core/solver/solver_manager.h
+
2
−
1
View file @
9cdafb4e
...
...
@@ -175,9 +175,10 @@ class SolverManager
virtual
bool
isStateBlockFloating
(
const
StateBlockPtr
&
state_ptr
)
const
final
;
virtual
bool
isFactorRegistered
(
const
FactorBasePtr
&
fac_ptr
)
const
final
;
virtual
bool
isStateBlockFixed
(
const
StateBlockPtr
&
st
)
final
;
virtual
bool
isFactorRegistered
(
const
FactorBasePtr
&
fac_ptr
)
const
final
;
virtual
bool
hasThisLocalParametrization
(
const
StateBlockPtr
&
st
,
const
LocalParametrizationBasePtr
&
local_param
)
final
;
...
...
This diff is collapsed.
Click to expand it.
include/core/tree_manager/tree_manager_base.h
+
1
−
1
View file @
9cdafb4e
...
...
@@ -90,7 +90,7 @@ class TreeManagerBase : public NodeBase
params_
(
_params
)
{}
~
TreeManagerBase
()
override
{}
virtual
~
TreeManagerBase
()
{}
virtual
void
keyFrameCallback
(
FrameBasePtr
_key_frame
)
=
0
;
...
...
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