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
23812400
Commit
23812400
authored
11 months ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
solver_manager param getter
parent
70981454
No related branches found
No related tags found
1 merge request
!448
Draft: Resolve "Implementation of new nodes creation"
Pipeline
#18899
failed
11 months ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/core/solver/solver_manager.h
+2
-0
2 additions, 0 deletions
include/core/solver/solver_manager.h
src/solver/solver_manager.cpp
+5
-0
5 additions, 0 deletions
src/solver/solver_manager.cpp
with
7 additions
and
0 deletions
include/core/solver/solver_manager.h
+
2
−
0
View file @
23812400
...
@@ -166,6 +166,8 @@ class SolverManager
...
@@ -166,6 +166,8 @@ class SolverManager
YAML
::
Node
getParams
()
const
;
YAML
::
Node
getParams
()
const
;
bool
getComputeCov
()
const
;
double
getPeriod
()
const
;
double
getPeriod
()
const
;
double
getCovPeriod
()
const
;
double
getCovPeriod
()
const
;
...
...
This diff is collapsed.
Click to expand it.
src/solver/solver_manager.cpp
+
5
−
0
View file @
23812400
...
@@ -616,6 +616,11 @@ double SolverManager::getCovPeriod() const
...
@@ -616,6 +616,11 @@ double SolverManager::getCovPeriod() const
return
cov_period_
;
return
cov_period_
;
}
}
bool
SolverManager
::
getComputeCov
()
const
{
return
compute_cov_
;
}
bool
SolverManager
::
check
(
std
::
string
prefix
)
const
bool
SolverManager
::
check
(
std
::
string
prefix
)
const
{
{
bool
ok
=
true
;
bool
ok
=
true
;
...
...
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