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
c11c325d
Commit
c11c325d
authored
6 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Add override keyword
parent
b84ea3be
No related branches found
No related tags found
1 merge request
!276
Several fixes for Mac
Pipeline
#3464
passed
6 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/core/ceres_wrapper/ceres_manager.h
+2
-2
2 additions, 2 deletions
include/core/ceres_wrapper/ceres_manager.h
with
2 additions
and
2 deletions
include/core/ceres_wrapper/ceres_manager.h
+
2
−
2
View file @
c11c325d
...
...
@@ -90,9 +90,9 @@ class CeresManager : public SolverManager
ceres
::
CostFunctionPtr
createCostFunction
(
const
FactorBasePtr
&
_fac_ptr
);
virtual
bool
isFactorRegisteredDerived
(
const
FactorBasePtr
&
fac_ptr
);
virtual
bool
isFactorRegisteredDerived
(
const
FactorBasePtr
&
fac_ptr
)
override
;
virtual
bool
isStateBlockRegisteredDerived
(
const
StateBlockPtr
&
state_ptr
);
virtual
bool
isStateBlockRegisteredDerived
(
const
StateBlockPtr
&
state_ptr
)
override
;
};
inline
ceres
::
Solver
::
Summary
CeresManager
::
getSummary
()
...
...
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