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
!448
Draft: Resolve "Implementation of new nodes creation"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Resolve "Implementation of new nodes creation"
454-implementation-of-new-nodes-creation
into
devel
Overview
2
Commits
457
Pipelines
462
Changes
11
Open
Joan Vallvé Navarro
requested to merge
454-implementation-of-new-nodes-creation
into
devel
3 years ago
Overview
2
Commits
457
Pipelines
462
Changes
11
Expand
Closes
#454
,
#318
,
#364
,
#449
,
#381
,
#376
,
#208
,
#485
Edited
11 months ago
by
Joan Vallvé Navarro
0
0
Merge request reports
Viewing commit
3547ab8f
Prev
Next
Show latest version
11 files
+
105
−
89
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
3547ab8f
solver autosetup and loader utils
· 3547ab8f
Joan Vallvé Navarro
authored
10 months ago
demos/hello_wolf/hello_wolf_autoconf.cpp
+
1
−
1
Options
@@ -122,7 +122,7 @@ int main()
// Solver. Configure a Ceres solver
SolverManagerPtr
ceres
=
SolverManager
::
autoSetup
(
problem
,
server
.
getNode
()[
"solver"
],
{
wolf_path
}
,
problem
->
getLoader
()
);
SolverManager
::
autoSetup
(
problem
,
server
.
getNode
()[
"solver"
],
{
wolf_path
});
if
(
not
ceres
)
{
WOLF_ERROR
(
"Couldn't load or validate the yaml file for the solver"
);
Loading